From a36531c38fe1a9234b8dbeaed5505cf3ca48de26 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 29 Apr 2020 18:39:35 +0100 Subject: Prepare for Junit5 Remove unused/duplicated dependencies Change-Id: Iee0d9510ffbe3e2e14574e22ba965d6829fd568b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-2844 Issue-ID: SDC-2983 --- .../openecomp-sdc-notification-worker/pom.xml | 143 ++++++++++----------- 1 file changed, 69 insertions(+), 74 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml') 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 fd769cfd11..4bbe0f67d1 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,80 +1,75 @@ - 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.7.0-SNAPSHOT - ../.. - + + org.openecomp.sdc + openecomp-sdc-lib + 1.7.0-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 - ${spring.framework.version} - - - com.google.code.gson - gson - - - com.googlecode.json-simple - json-simple - 1.1 - - - org.apache.httpcomponents - httpclient - ${http.client.version} - provided - - - org.apache.httpcomponents - httpcore - ${http.core.version} - provided - - - javax.ws.rs - javax.ws.rs-api - provided - - - com.datastax.cassandra - cassandra-driver-core - test - - - junit - junit - test - - - org.projectlombok - lombok - ${lombok.version} - - + + + 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 + ${spring.framework.version} + + + com.google.code.gson + gson + + + com.googlecode.json-simple + json-simple + 1.1 + + + org.apache.httpcomponents + httpclient + ${http.client.version} + provided + + + org.apache.httpcomponents + httpcore + ${http.core.version} + provided + + + javax.ws.rs + javax.ws.rs-api + provided + + + com.datastax.cassandra + cassandra-driver-core + test + + + org.projectlombok + lombok + ${lombok.version} + + -- cgit 1.2.3-korg