X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-be%2Flib%2Fopenecomp-sdc-notification-lib%2Fopenecomp-sdc-notification-worker%2Fpom.xml;h=377dd05dbaf81b60e371078df6fcdd1beee07bb3;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=02307786d36d4f9b2b0da4945145e66e054ef87d;hpb=7d8c3dcdd6cba92258286cfdc2ac9bdd837ce9be;p=sdc.git diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index 02307786d3..377dd05dba 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -9,7 +9,7 @@ org.openecomp.sdc openecomp-sdc-notification-lib - 1.11.8-SNAPSHOT + 1.13.6-SNAPSHOT @@ -22,6 +22,16 @@ org.openecomp.sdc.core openecomp-utilities-lib ${project.version} + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + + com.fasterxml.jackson.jaxrs @@ -52,14 +62,10 @@ com.google.code.gson gson + - com.googlecode.json-simple - json-simple - 1.1 - - - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${http.client.version} provided @@ -76,14 +82,20 @@ provided - javax.ws.rs - javax.ws.rs-api + jakarta.ws.rs + jakarta.ws.rs-api provided com.datastax.cassandra cassandra-driver-core test + + + com.github.jnr + jnr-posix + + org.projectlombok