X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=restapi-call-node%2Fprovider%2Fpom.xml;h=1f698eade13a15df015df4042fb24b6a4a57a842;hb=a5fa2ea36c115aba01eb3328fd95a12dd654ed00;hp=942c4f32f3c076cdd04110500ab2590b612215e5;hpb=6a8381e0f724955e520ef03b775024b4e515d837;p=ccsdk%2Fsli%2Fplugins.git diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 942c4f32..1f698ead 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -1,17 +1,16 @@ - + 4.0.0 org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.2.2-SNAPSHOT org.onap.ccsdk.sli.plugins restapi-call-node-provider - 0.3.0-SNAPSHOT + 0.4.2-SNAPSHOT bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} @@ -20,33 +19,45 @@ UTF-8 + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + 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 @@ -55,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} @@ -69,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 +