Add JSON RPC to distribution
[integration/distribution.git] / features / repos / index / pom.xml
index 3f9285ff707d0c30a3b4d448164143e73a68f08b..8902b09686020e4ec8155425a40cc80a1d7e0a8f 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- JSON RPC -->
+        <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>
         <!-- L2switch -->
         <profile>
             <id>l2switch</id>