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=47cb6deb3450e79fb3c83802f4bc04f5a1c74365;hb=84d1ddc355acf519c165551d759bc00af12084c9;hp=af981b3d3b147f3edcea7a49b2954d4d9f800de1;hpb=53aed70905ef736a532ef1196313b0af0f1a564e;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 af981b3d3b..47cb6deb34 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.10.0-SNAPSHOT + 1.13.5-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,16 +62,18 @@ 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 + + + org.apache.httpcomponents + httpcore + + org.apache.httpcomponents @@ -70,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