X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=abf60e27f420aff86731e949071e6bcf9414f58f;hb=126843b5dbc7987fca4f03ea5c85f683474a0a53;hp=10a4f2c85b47a727eea3fd14b6aee8d72d9dfb53;hpb=b9d4cdf415e9050754cd63a5399daa3e2711deeb;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 10a4f2c..abf60e2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,20 +20,20 @@ ============LICENSE_END========================================================= --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.oparent oparent - 2.0.0 + 2.1.0 org.onap.aai.model-loader model-loader aai-model-loader - 1.6.0-SNAPSHOT + 1.12.0-SNAPSHOT @@ -51,26 +51,43 @@ org.onap.aai.modelloader.service.ModelLoaderApplication https://nexus.onap.org ${basedir}/target - 2.1.6.RELEASE - 1.1 - 1.18 + 2.3.12.RELEASE + 1.10.0 + 1.22 1.3 - 1.3.1 + 1.9.5 1.2.1 - 1.3.0 - 1.2.3 + 2.0.0 + 1.2.11 - 0.28.0 + 0.39.0 1.0.0 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap alpine - 1.6.0 + 1.8.1 yyyyMMdd'T'HHmmss'Z' - - ${project.build.directory}/code-coverage - 0.80 + + + + + + 0.75 + 0.8.5 + 3.2 + jacoco + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 3.7.0.1746 + + 3.2.0 + 3.8.1 + 11 + 11 + 11 + 11 @@ -197,7 +214,6 @@ - org.springframework.boot @@ -207,12 +223,17 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-tomcat - + + org.springframework.boot + spring-boot-starter-tomcat + + + org.apache.kafka + kafka-clients + 3.3.1 + org.onap.aai babel @@ -291,7 +312,7 @@ commons-io commons-io - 2.4 + 2.11.0 org.apache.commons @@ -327,12 +348,12 @@ central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 EvoSuite EvoSuite Repository - http://www.evosuite.org/m2 + https://www.evosuite.org/m2 @@ -340,7 +361,7 @@ central Maven 2 repository 2 - http://repo2.maven.org/maven2/ + https://repo2.maven.org/maven2/ ecomp-releases @@ -361,6 +382,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + ${maven-compiler-plugin.source} + ${maven-compiler-plugin.target} + ${maven-compiler-plugin.test.source} + ${maven-compiler-plugin.test.target} + + org.springframework.boot spring-boot-maven-plugin @@ -403,6 +436,9 @@ org.apache.maven.plugins maven-deploy-plugin + + client + maven-assembly-plugin @@ -421,19 +457,96 @@ + + + org.jacoco jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + default-check check - ${jacoco.report.directory}/jacoco-ut.exec + ${project.build.directory}/code-coverage/jacoco-ut.exec - BUNDLE @@ -449,6 +562,48 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M4 + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M4 + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.scanner.version} + + + + +