From: Dan Timoney Date: Thu, 27 Sep 2018 17:52:14 +0000 (+0000) Subject: Merge "Dependency management for Restconf Client" X-Git-Tag: 0.3.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0944a6e54ac4a01035c601c44015634c2533d5fa;hp=-c;p=ccsdk%2Fsli%2Fplugins.git Merge "Dependency management for Restconf Client" --- 0944a6e54ac4a01035c601c44015634c2533d5fa diff --combined restapi-call-node/provider/pom.xml index 84b4131c,942c4f32..035f2fcf --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@@ -1,16 -1,17 +1,17 @@@ - + 4.0.0 org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT org.onap.ccsdk.sli.plugins restapi-call-node-provider - 0.3.0-SNAPSHOT + 0.3.1-SNAPSHOT bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} @@@ -21,9 -22,9 +22,9 @@@ - junit - junit - test + javax.ws.rs + javax.ws.rs-api + 2.1 org.onap.ccsdk.sli.core @@@ -38,22 -39,35 +39,35 @@@ slf4j-api - com.sun.jersey - jersey-client + org.glassfish.jersey.security + oauth1-signature + ${glassfish.version} - com.sun.jersey.contribs.jersey-oauth - oauth-signature - ${jersey.version} - - - com.sun.jersey.contribs.jersey-oauth - oauth-client - ${jersey.version} + org.glassfish.jersey.security + oauth1-client + ${glassfish.version} org.codehaus.jettison jettison + + org.glassfish.jersey.core + jersey-client + ${glassfish.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${glassfish.version} + + + + + junit + junit + test +