X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=common-be%2Fpom.xml;h=4797bfd053ae8fbb1137e313be97f46abe988eaa;hb=84d1ddc355acf519c165551d759bc00af12084c9;hp=e3a3f3a6ca690806ccbfb5cd7cf280c43ee333d6;hpb=f935dce7e2f249e804332da31ae54cb71aad6328;p=sdc.git diff --git a/common-be/pom.xml b/common-be/pom.xml index e3a3f3a6ca..4797bfd053 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -9,23 +9,74 @@ org.openecomp.sdc sdc-main - 1.10.3-SNAPSHOT + 1.13.5-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.fasterxml.jackson.core + jackson-annotations + + + org.bouncycastle + bcprov-jdk15on + + + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + org.eclipse.jetty + jetty-server + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + javax.servlet + javax.servlet-api + + + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-security + + + org.openecomp.sdc common-app-api @@ -43,6 +94,10 @@ org.apache.httpcomponents httpcore + + org.functionaljava + functionaljava + @@ -88,9 +143,8 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-lts8on ${bouncycastle.version} - compile @@ -210,6 +264,16 @@ common-be-tests-utils ${project.version} test + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + +