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