Add jsonrpc to distribution
[integration/distribution.git] / 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>