X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=restapi-call-node%2Fprovider%2Fpom.xml;h=2455866a4f90d59af0773adbbe938ee3c7309613;hb=e4c9cfddd142785d527f29ff5c2b5883cc255033;hp=84b4131c770472514fa35d5a405d2f3ae65f124a;hpb=85737499b931441be3013831d7ce76a5c4734032;p=ccsdk%2Fsli%2Fplugins.git diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 84b4131c..2455866a 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent binding-parent - 1.1.1-SNAPSHOT + 1.2.2-SNAPSHOT org.onap.ccsdk.sli.plugins restapi-call-node-provider - 0.3.1-SNAPSHOT + 0.4.2-SNAPSHOT bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} @@ -19,41 +19,66 @@ UTF-8 + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + - junit - junit - test + javax.ws.rs + javax.ws.rs-api org.onap.ccsdk.sli.core sli-common - - org.onap.ccsdk.sli.core - sli-provider - org.slf4j slf4j-api - com.sun.jersey - jersey-client + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.22.2 - com.sun.jersey.contribs.jersey-oauth - oauth-signature + org.glassfish.jersey.security + oauth1-signature ${jersey.version} - com.sun.jersey.contribs.jersey-oauth - oauth-client + org.glassfish.jersey.security + oauth1-client ${jersey.version} org.codehaus.jettison jettison + + org.glassfish.jersey.core + jersey-client + ${jersey.version} + + + org.glassfish.jersey.media + jersey-media-multipart + ${jersey.version} + + + + + junit + junit + test +