X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=blobdiff_plain;f=pom.xml;h=4ef4a71671bcd72c863c19f730b6621daaa3096f;hp=bf85f3eb90a58c8fcf3309f1f81bf2328421a670;hb=6600175eb4b9fed25b08e0d6a868d78439f7c4b4;hpb=9a5261682bb4d2966867e7be5ff961fed960b59a diff --git a/pom.xml b/pom.xml index bf85f3e..4ef4a71 100644 --- a/pom.xml +++ b/pom.xml @@ -28,13 +28,13 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 org.onap.aai babel - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT jar aai-babel @@ -42,15 +42,26 @@ - 2.1.6.RELEASE + 2.1.12.RELEASE UTF-8 UTF-8 1.8 onap/aai_schema ${project.build.directory}/aai-schema - ${project.build.directory}/code-coverage + + + + + 0.90 + 0.8.5 + 3.2 + jacoco + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 3.7.0.1746 0.28.0 @@ -68,12 +79,14 @@ 2.1 0.13.2 org.onap.aai.schema-service - 1.5.0 + 1.6.6 1.2.1 1.3.0 1.6 1.2.3 1.8 + 2.2.11 + 1.1.1 yyyyMMdd'T'HHmmss'Z' @@ -284,6 +297,26 @@ ${xmlunit.version} test + + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-core + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.version} + + + javax.activation + activation + ${javax.activation.version} + @@ -491,39 +524,153 @@ client + + + + - org.jacoco - jacoco-maven-plugin - - - org/onap/aai/babel/xml/generator/xsd/* - - - - - 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/** + org/onap/aai/babel/xml/generator/xsd/* + + + + + + 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} +