X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=52796a8f8fc3037944abeabf82ba76cbb7cab4a6;hb=35e3de3f0d5b2b02fc6ef92ec577fe6b7cd05e3c;hp=68ad3b62ac0467533aef7f0939d40b176a735090;hpb=caebf96699363909496ab3dace9d68c013c3778d;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 68ad3b6..52796a8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,37 +24,70 @@ 4.0.0 - org.onap.aai.aai-common - aai-parent - 1.6.10 + org.onap.oparent + oparent + 2.1.0 org.onap.aai.model-loader model-loader aai-model-loader - 1.6.0-SNAPSHOT + 1.8.1-SNAPSHOT + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + - 1.6.10 org.onap.aai.modelloader.service.ModelLoaderApplication https://nexus.onap.org ${basedir}/target + 2.1.12.RELEASE + 1.8 + 1.19 1.3 - 1.3.1 + 1.8.0 1.2.1 - 1.3.0 + 1.4.1 + 1.2.3 0.28.0 1.0.0 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap alpine - 1.6.0 + 1.8.1 yyyyMMdd'T'HHmmss'Z' - - 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 @@ -217,6 +250,7 @@ org.onap.aai rest-client + ${aai.rest.client.version} com.google.code.gson @@ -235,14 +269,17 @@ org.onap.aai.logging-service common-logging + 1.5.0 ch.qos.logback logback-classic + ${logback.version} ch.qos.logback logback-core + ${logback.version} org.onap.sdc.sdc-distribution-client @@ -252,6 +289,7 @@ org.json json + 20131018 org.eclipse.jetty @@ -265,14 +303,17 @@ org.apache.commons commons-compress + ${commons-compress.version} commons-io commons-io + 2.4 org.apache.commons commons-text + ${apache.commons-text.version} @@ -337,9 +378,22 @@ + + 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 + ${spring-boot.version} true @@ -378,6 +432,9 @@ org.apache.maven.plugins maven-deploy-plugin + + client + maven-assembly-plugin @@ -396,34 +453,153 @@ + + + - org.jacoco - jacoco-maven-plugin - - - default-check - - check - - - ${jacoco.report.directory}/jacoco-ut.exec - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - + 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 + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + + + 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} + + + +