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=eccc5731d9879ad2ba4ddcb36a7cb388f51a5e8b;hpb=a1e1776d772f41b9102efee4c5a0b8c2032a83f5;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 eccc5731d9..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 @@ -1,73 +1,107 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - openecomp-sdc-notification-worker - openecomp-sdc-notification-worker + openecomp-sdc-notification-worker + openecomp-sdc-notification-worker - - org.openecomp.sdc - openecomp-sdc-lib - 1.2.0-SNAPSHOT - ../.. - + + org.openecomp.sdc + openecomp-sdc-notification-lib + 1.13.6-SNAPSHOT + - - - org.openecomp.sdc.core - openecomp-utilities-lib - ${project.version} - - - org.codehaus.jackson - jackson-jaxrs - ${org.codehaus.jackson.version} - - - org.codehaus.jackson - jackson-core-asl - ${org.codehaus.jackson.version} - - - org.springframework - spring-websocket - 4.3.4.RELEASE - - - com.google.code.gson - gson - 2.3.1 - - - com.googlecode.json-simple - json-simple - 1.1 - - - org.apache.httpcomponents - httpclient - ${http.client.version} - provided - - - org.apache.httpcomponents - httpcore - ${http.core.version} - provided - - - com.datastax.cassandra - cassandra-driver-core - 2.0.1 - test - - - junit - junit - test - ${junit.version} - - + + + 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 + jackson-jaxrs-json-provider + ${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 + + + + org.apache.httpcomponents.client5 + httpclient5 + ${http.client.version} + provided + + + org.apache.httpcomponents + httpcore + + + + + org.apache.httpcomponents + httpcore + ${http.core.version} + provided + + + jakarta.ws.rs + jakarta.ws.rs-api + provided + + + com.datastax.cassandra + cassandra-driver-core + test + + + com.github.jnr + jnr-posix + + + + + org.projectlombok + lombok + ${lombok.version} + +