Release ccsdk/sli/plugins
[ccsdk/sli/plugins.git] / restapi-call-node / provider / src / test / resources / test.xml
index b60b535..6947de5 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.sli.plugins</groupId>
         <artifactId>restapi-call-node</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>6.0.0</version>
     </parent>
     <artifactId>restapi-call-node-provider</artifactId>
     <packaging>bundle</packaging>
             <artifactId>jersey-client</artifactId>
             <version>1.17</version>
         </dependency>
+        <dependency>
+            <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
+            <artifactId>oauth-signature</artifactId>
+            <version>1.17</version>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
+            <artifactId>oauth-client</artifactId>
+            <version>1.17</version>
+        </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
                                             providermodule-plugin
                                         </artifactId>
                                         <versionRange>
-                                            [1.2.0.100-SNAPSHOT,)
+                                            [1.2.0.100,)
                                         </versionRange>
                                         <goals>
                                             <goal>process</goal>