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 --- utils/DmaapPublisher/pom.xml | 254 ++++++++++++++++++++++--------------------- 1 file changed, 131 insertions(+), 123 deletions(-) (limited to 'utils/DmaapPublisher/pom.xml') diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml index 6152fdff83..45db7443f5 100644 --- a/utils/DmaapPublisher/pom.xml +++ b/utils/DmaapPublisher/pom.xml @@ -1,131 +1,139 @@ - - 4.0.0 - org.openecomp.sdc - dmaap-publisher - 1.0.0 + + 4.0.0 + org.openecomp.sdc + dmaap-publisher + 1.0.0 - - 2.8.6 - + + 2.8.6 + - - - - org.spockframework - spock-core - 1.1-groovy-2.4 - test - - - - org.codehaus.groovy - groovy - 2.4.11 - + + + + org.junit.jupiter + junit-jupiter-engine + ${junitJupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junitJupiter.version} + - - org.apache.commons - commons-lang3 - 3.7 - - - com.att.nsa - dmaapClient - 0.2.16 - - - org.slf4j - slf4j-api - 1.7.25 - - - args4j - args4j - 2.33 - - - com.google.guava - guava - 22.0 - - - - org.yaml - snakeyaml - 1.18 - + + + org.spockframework + spock-core + 1.1-groovy-2.4 + test + + + + org.codehaus.groovy + groovy + 2.4.11 + + + org.apache.commons + commons-lang3 + 3.7 + + + com.att.nsa + dmaapClient + 0.2.16 + + + org.slf4j + slf4j-api + 1.7.25 + + + args4j + args4j + 2.33 + + + com.google.guava + guava + 22.0 + + + + org.yaml + snakeyaml + 1.18 + - - junit - junit - 4.12 - test - - - org.mockito - mockito-core - 2.8.47 - test - - - org.assertj - assertj-core - 3.8.0 - test - - + + org.mockito + mockito-core + ${mockito.version} + test + + + org.assertj + assertj-core + 3.8.0 + test + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-shade-plugin - 3.0.0 - - true - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - package - - shade - - - - - - org.openecomp.sdc.dmaap.DmaapPublisher - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.0.0 + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + org.openecomp.sdc.dmaap.DmaapPublisher + + + + + + - - - \ No newline at end of file + + + -- cgit 1.2.3-korg