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 --- pom.xml | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 846b93ad94..fad19f74f9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ Modifications copyright (c) 2018-2019 Nokia ================================================================================ --> + 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 org.openecomp.sdc @@ -106,18 +106,20 @@ Modifications copyright (c) 2018-2019 Nokia 1.1 - 2.18.3 + 2.0.7 + 3.3.3 3.3.3 - 1.33 + 1.35 4.12 + 1.6.0 5.6.0 3.10.0 6.14.3 - 2.4.0 + 5.6.0 0.11 2.1 1.3 - 2.19.1 + 2.22.2 2.4 @@ -126,8 +128,10 @@ Modifications copyright (c) 2018-2019 Nokia ${project.version} ${project.basedir}/node/node - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/lcov.info + ${project.build.directory}/surefire-reports + + ${project.build.directory}/code-coverage/lcov.info + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml @@ -357,6 +361,11 @@ Modifications copyright (c) 2018-2019 Nokia maven-surefire-plugin ${maven-surefire-plugin.version} + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-surefire-plugin.version} + org.apache.maven.plugins maven-compiler-plugin @@ -456,12 +465,12 @@ Modifications copyright (c) 2018-2019 Nokia pom.properties['deploy.url'] = - pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.url : - project.distributionManagement.repository.url; + pom.version.contains('-SNAPSHOT') ? + project.distributionManagement.snapshotRepository.url : + project.distributionManagement.repository.url; pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? - project.distributionManagement.snapshotRepository.id : - project.distributionManagement.repository.id; + project.distributionManagement.snapshotRepository.id : + project.distributionManagement.repository.id; -- cgit 1.2.3-korg