Add jsonrpc 57/85757/1
authorRichard Kosegi <richard.kosegi@gmail.com>
Wed, 13 Nov 2019 20:45:59 +0000 (21:45 +0100)
committerRichard Kosegi <richard.kosegi@gmail.com>
Wed, 13 Nov 2019 20:49:24 +0000 (21:49 +0100)
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
Change-Id: I01c48c94a8a903932bee8663a1e45dfc5733f5f0

artifacts/upstream/artifacts/pom.xml
artifacts/upstream/properties/pom.xml
features/repos/index/pom.xml

index c21d35357e759b005a2e7bf49eab2d4087e7eb8a..4afe68bb0bab3d45d9b4e0cc3df99021ab367035 100644 (file)
                 </dependencies>
             </dependencyManagement>
         </profile>
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.jsonrpc</groupId>
+                        <artifactId>jsonrpc-artifacts</artifactId>
+                        <version>${jsonrpc.version}</version>
+                        <type>pom</type>
+                        <scope>import</scope>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
         <profile>
             <id>lispflowmapping</id>
             <activation>
index e10bbe88f50dc761b36ff737f4619cad51347832..9e3762c154fc43ecc7220329341cc166964eda4f 100644 (file)
@@ -53,6 +53,7 @@
         <daexim.version>1.7.0-SNAPSHOT</daexim.version>
         <genius.version>0.8.0-SNAPSHOT</genius.version>
         <infrautils.version>1.7.0-SNAPSHOT</infrautils.version>
+        <jsonrpc.version>1.8.0-SNAPSHOT</jsonrpc.version>
         <lispflowmapping.version>1.11.0-SNAPSHOT</lispflowmapping.version>
         <mdsal.version>5.0.4</mdsal.version>
         <netconf.version>1.8.0-SNAPSHOT</netconf.version>
index 4324f37d832c925411126ba88163bfe2836f8295..5684f1fabe7069f57c858bf8737b25b0ce56c88f 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- jsonrpc -->
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.jsonrpc</groupId>
+                    <artifactId>jsonrpc-features</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- LISP Flow Mapping -->
         <profile>
             <id>lispflowmapping</id>