Plugin points to 2.0.1 javax version 65/82965/2
authorjanani b <janani.b@huawei.com>
Thu, 21 Mar 2019 17:26:13 +0000 (22:56 +0530)
committerjanani b <janani.b@huawei.com>
Fri, 22 Mar 2019 13:54:12 +0000 (19:24 +0530)
RestapiCallNode and RestconfClient in plugins will point to the odl default javax version.
Also RestconfClient is added to plugins-all features.

Issue-ID: CCSDK-1045

Change-Id: I6f7173ec765bc21201f17a3bfd6801c18de610a9
Signed-off-by: janani b <janani.b@huawei.com>
features/ccsdk-sli-plugins-all/pom.xml
restapi-call-node/features/ccsdk-restapi-call-node/pom.xml
restapi-call-node/provider/pom.xml
restconf-client/provider/pom.xml

index b75833c..3d5129b 100644 (file)
                        <classifier>features</classifier>
                </dependency>
 
+               <dependency>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>ccsdk-restconf-client</artifactId>
+                       <version>${project.version}</version>
+                       <type>xml</type>
+                       <classifier>features</classifier>
+               </dependency>
+
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>ccsdk-template-node</artifactId>
@@ -41,6 +49,7 @@
                        <type>xml</type>
                        <classifier>features</classifier>
                </dependency>
+
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>ccsdk-sshapi-call-node</artifactId>
index cae47c6..c9c08d6 100644 (file)
@@ -21,7 +21,6 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.1</version>
         </dependency>
                <dependency>
                        <groupId>org.onap.ccsdk.sli.core</groupId>
index fa69f5d..b927b4f 100755 (executable)
@@ -35,7 +35,6 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.1</version>
         </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
index ccc9ab8..7cb2993 100755 (executable)
@@ -41,7 +41,6 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.1</version>
         </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>