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=091c241bc6175e7ddb8497bd1b903d75328e519e;hb=9dcb6f393bfc76237cca809b39d5034afecf1c55;hp=4bbe0f67d12a99e0be4b33749468c4823bdfbecb;hpb=a36531c38fe1a9234b8dbeaed5505cf3ca48de26;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 4bbe0f67d1..091c241bc6 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,46 +8,72 @@ org.openecomp.sdc - openecomp-sdc-lib - 1.7.0-SNAPSHOT - ../.. + openecomp-sdc-notification-lib + 1.13.4-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 + + - org.codehaus.jackson - jackson-jaxrs - ${org.codehaus.jackson.version} + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version} - org.codehaus.jackson - jackson-core-asl - ${org.codehaus.jackson.version} + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} 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