Fix JSONRPC feature artifact 50/85950/1
authorRichard Kosegi <richard.kosegi@gmail.com>
Fri, 22 Nov 2019 12:05:19 +0000 (13:05 +0100)
committerRichard Kosegi <richard.kosegi@gmail.com>
Fri, 22 Nov 2019 12:05:19 +0000 (13:05 +0100)
Problem was introduced by https://git.opendaylight.org/gerrit/c/jsonrpc/+/85840

Also add jsonrpc feature into compatible-with-all

Change-Id: I3f3671a02898d545e1570861caa181487934c017
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 5684f1fabe7069f57c858bf8737b25b0ce56c88f..c5f8e14634e968b13e82b6d358b1687e8372e042 100644 (file)
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.jsonrpc</groupId>
-                    <artifactId>jsonrpc-features</artifactId>
+                    <artifactId>features-jsonrpc</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
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>