From f20174d914587c25b8f42b024316c71ebdb2fe6b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 10 Aug 2020 14:09:14 -0400 Subject: Remove unused modules and fix pom structure Removed modules not currently being used and restructured poms into parent/child relationship to fix problem that was causing version plugin not to update versions properly. Change-Id: I41d63d469a24c65e8771e1546c879ab1bf8d0d53 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney Former-commit-id: 9bf0c309085118b432f0fab1d7012a3b33180d4b --- .../getBackupVnfDetailService/pom.xml | 292 +++++++++++---------- 1 file changed, 149 insertions(+), 143 deletions(-) (limited to 'configbackuprestore/getBackupVnfDetailService') diff --git a/configbackuprestore/getBackupVnfDetailService/pom.xml b/configbackuprestore/getBackupVnfDetailService/pom.xml index b1e35c0e..1e65dddd 100644 --- a/configbackuprestore/getBackupVnfDetailService/pom.xml +++ b/configbackuprestore/getBackupVnfDetailService/pom.xml @@ -1,146 +1,152 @@ - 4.0.0 - - org.onap.sdnc.oam.vnfbackup - configbackuprestore - 2.0.0-SNAPSHOT - - org.onap.sdnc.oam.vnfbackup - getBackupVnfDetailService - 2.0.0-SNAPSHOT - sdnc-oam :: vnfbackup :: getBackupVnfDetailService - http://maven.apache.org - - UTF-8 - - - - junit - junit - 4.4 - test - - - org.mariadb.jdbc - mariadb-java-client - 1.1.9 - - - - commons-codec - commons-codec - 1.9 - - - - org.springframework.boot - spring-boot-starter-web - 1.5.4.RELEASE - - - - org.springframework - spring-context - 4.3.9.RELEASE - - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - - org.apache.tomcat.embed - tomcat-embed-jasper - provided - - - - - org.springframework.boot - spring-boot-devtools - true - - - - org.springframework.boot - spring-boot-starter-test - test - 1.5.3.RELEASE - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - - - org.springframework.boot - spring-boot-starter-log4j2 - - - - org.javers - javers-core - 3.9.3 - - - - org.json - json - 20180130 - - - - - com.flipkart.zjsonpatch - zjsonpatch - 0.4.6 - - - - - - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - - - + 4.0.0 + + + org.onap.sdnc.oam.vnfbackup + configbackuprestore + 2.0.0-SNAPSHOT + + + org.onap.sdnc.oam.vnfbackup + getBackupVnfDetailService + 2.0.0 + + sdnc-oam :: vnfbackup :: getBackupVnfDetailService + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 4.4 + test + + + org.mariadb.jdbc + mariadb-java-client + 1.1.9 + + + + commons-codec + commons-codec + 1.9 + + + + org.springframework.boot + spring-boot-starter-web + 1.5.4.RELEASE + + + + org.springframework + spring-context + 4.3.9.RELEASE + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.apache.tomcat.embed + tomcat-embed-jasper + provided + + + + + org.springframework.boot + spring-boot-devtools + true + + + + org.springframework.boot + spring-boot-starter-test + 1.5.3.RELEASE + test + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + + + org.javers + javers-core + 3.9.3 + + + + org.json + json + 20180130 + + + + + com.flipkart.zjsonpatch + zjsonpatch + 0.4.6 + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + -- cgit 1.2.3-korg