Add jsonrpc to distribution 08/75708/5
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Tue, 4 Sep 2018 07:49:23 +0000 (08:49 +0100)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 1 Oct 2018 20:32:19 +0000 (13:32 -0700)
Change-Id: I896351b136aa7574cf451ff3122dff80e798a7de
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
opendaylight/pom.xml

index 7d643b6bac44b22fb0a6c29d6429fcbcae66aa46..998abaa552c7c8e3ea876f4f50901bb0bc8e03b1 100644 (file)
@@ -42,7 +42,7 @@
         <profile>
             <id>vbd</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                 </dependency>
             </dependencies>
         </profile>
+        <!-- JSONRPC -->
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.jsonrpc</groupId>
+                    <artifactId>jsonrpc-features</artifactId>
+                    <version>1.6.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 </project>