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 --- .../backend/openecomp-sdc-security-util/pom.xml | 155 ++++++++++----------- 1 file changed, 71 insertions(+), 84 deletions(-) (limited to 'openecomp-be/backend/openecomp-sdc-security-util/pom.xml') diff --git a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml index 8ce4e76e4c..dc114db09f 100644 --- a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml @@ -1,100 +1,87 @@ - - backend - org.openecomp.sdc - 1.7.0-SNAPSHOT - - 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"> + + backend + org.openecomp.sdc + 1.7.0-SNAPSHOT + + 4.0.0 - openecomp-sdc-security-util + openecomp-sdc-security-util - - - org.slf4j - slf4j-api - 1.7.25 - + + + org.slf4j + slf4j-api + 1.7.25 + - - junit - junit - 4.12 - test - + + org.apache.commons + commons-crypto + 1.0.0 + - - org.apache.commons - commons-crypto - 1.0.0 - + + commons-lang + commons-lang + 2.6 + - - commons-lang - commons-lang - 2.6 - + + org.functionaljava + functionaljava + 4.7 + - - org.functionaljava - functionaljava - 4.7 - + + com.fasterxml.jackson.core + jackson-databind + 2.9.9 + - - com.fasterxml.jackson.core - jackson-databind - 2.9.9 - + + commons-codec + commons-codec + 1.11 + - - commons-codec - commons-codec - 1.11 - + + javax.servlet + javax.servlet-api + 3.1.0 + - - javax.servlet - javax.servlet-api - 3.1.0 - + + org.mockito + mockito-core + ${mockito.version} + test + - - org.mockito - mockito-core - 2.8.9 - test - + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + junit + junit + + + - - org.powermock - powermock-module-junit4 - 1.7.4 - test - - - junit - junit - - - + + org.powermock + powermock-api-mockito2 + ${powermock.version} + test + - - org.powermock - powermock-api-mockito2 - 1.7.4 - test - + - - org.onap.logging-analytics - logging-slf4j - 1.6.1 - compile - - - - \ No newline at end of file + -- cgit 1.2.3-korg