X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=restapi-call-node%2Fprovider%2Fpom.xml;h=1f698eade13a15df015df4042fb24b6a4a57a842;hb=a5fa2ea36c115aba01eb3328fd95a12dd654ed00;hp=52178540c8303ddd47d26e3b7145893ee664417e;hpb=057bc260e7752bc11960cf9cab4005efec1739c7;p=ccsdk%2Fsli%2Fplugins.git diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 52178540..1f698ead 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.2.1-SNAPSHOT + 1.2.2-SNAPSHOT org.onap.ccsdk.sli.plugins restapi-call-node-provider - 0.4.1-SNAPSHOT + 0.4.2-SNAPSHOT bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} @@ -35,29 +35,29 @@ javax.ws.rs javax.ws.rs-api - 2.1 org.onap.ccsdk.sli.core sli-common - - org.onap.ccsdk.sli.core - sli-provider - org.slf4j slf4j-api + + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.22.2 + org.glassfish.jersey.security oauth1-signature - ${glassfish.version} + ${jersey.version} org.glassfish.jersey.security oauth1-client - ${glassfish.version} + ${jersey.version} org.codehaus.jettison @@ -66,12 +66,12 @@ org.glassfish.jersey.core jersey-client - ${glassfish.version} + ${jersey.version} - org.glassfish.jersey.inject - jersey-hk2 - ${glassfish.version} + org.glassfish.jersey.media + jersey-media-multipart + ${jersey.version} @@ -80,5 +80,17 @@ junit test + + org.glassfish.jersey.containers + jersey-container-servlet + ${jersey.version} + test + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + ${jersey.version} + test +