Fix JSONRPC feature artifact
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
index e973bab55fa18d06d9ccbf90a37c003b8cf33c44..57241856831279510e69ac1b154a7323d3d81cc1 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- jsonrpc -->
+        <profile>
+            <id>jsonrpc</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.jsonrpc</groupId>
+                    <artifactId>odl-jsonrpc-all</artifactId>
+                    <type>xml</type>
+                    <classifier>features</classifier>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- LISP Flow Mapping -->
         <profile>
             <id>lispflowmapping</id>