X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=common-be%2Fpom.xml;h=e22625ab7ec43e0210efcb4b234425b959fa3f70;hb=refs%2Fchanges%2F98%2F133398%2F1;hp=352031eb06bb864c4717ee5d39eca2480b8aa7cd;hpb=f9c261d6349d53b30ba12c7a3db755ba8c31d2f6;p=sdc.git diff --git a/common-be/pom.xml b/common-be/pom.xml index 352031eb06..e22625ab7e 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -9,23 +9,62 @@ org.openecomp.sdc sdc-main - 1.11.4-SNAPSHOT + 1.12.2-SNAPSHOT - com.fasterxml.jackson.core jackson-core ${jackson.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-annotations.version} + io.minio minio - 8.3.4 + ${minio.version} + + + com.squareup.okhttp3 + okhttp + + + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + org.eclipse.jetty + jetty-server + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-security + + + org.openecomp.sdc common-app-api @@ -43,6 +82,10 @@ org.apache.httpcomponents httpcore + + org.functionaljava + functionaljava + @@ -210,6 +253,16 @@ common-be-tests-utils ${project.version} test + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + +