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=f7db84803fc026f5e7a9837fcc1bb69bbc3cefae;hpb=e407cea93494a9c894e729cb6ccec036a76d4c3d;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 f7db84803f..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 @@ -8,16 +8,30 @@ org.openecomp.sdc - openecomp-sdc-lib - 1.8.0-SNAPSHOT - ../.. + openecomp-sdc-notification-lib + 1.13.5-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