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=000b423c49dfb00d2327018a821f115c835e7795;hpb=c16117e08b97da93da61be841c22f5759cdadd37;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 000b423c49..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 @@ -8,16 +8,30 @@ org.openecomp.sdc - openecomp-sdc-lib - 1.7.0-SNAPSHOT - ../.. + openecomp-sdc-notification-lib + 1.13.6-SNAPSHOT + + org.openecomp.sdc.core + openecomp-common-lib + ${project.version} + org.openecomp.sdc.core openecomp-utilities-lib ${project.version} + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + + com.fasterxml.jackson.jaxrs @@ -33,21 +47,33 @@ org.springframework spring-websocket ${spring.framework.version} + + + org.springframework + spring-web + + + org.springframework + spring-core + + 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 @@ -56,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