X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Frouter-core.git;a=blobdiff_plain;f=pom.xml;h=8c5901a942171ab1dc70705325e008a3a15230c4;hp=e084eb7817f3e9c95c4c546a2c80e63960f1227b;hb=refs%2Fheads%2Fmaster;hpb=6370ab3f025ef4bb67246ee70b90792343bad293 diff --git a/pom.xml b/pom.xml index e084eb7..8c5901a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,29 +22,25 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 1.2.0 + org.onap.aai.aai-common + aai-parent + 1.6.8 org.onap.aai.router-core router-core bundle - 1.5.0-SNAPSHOT + 1.8.0-SNAPSHOT aai-router-core google_checks.xml - 1.5.0 + 1.6.8 + 1.6.4 - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - false - ${project.version} - 2.22.1 0.70 + 3.4.0 + org.apache.camel @@ -52,16 +48,11 @@ limitations under the License. ${camel-spring-boot.version} - - org.apache.camel - apt - ${camel-spring-boot.version} - org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -89,13 +80,12 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5.5 org.onap.aai.schema-service aai-schema - 1.0.5 + 1.6.6 org.onap.aai.aai-common @@ -114,7 +104,6 @@ limitations under the License. org.eclipse.jetty jetty-security - 9.3.24.v20180605 @@ -133,28 +122,71 @@ limitations under the License. org.mockito mockito-all - 1.10.19 test org.springframework spring-context - 4.3.18.RELEASE org.springframework spring-test - 4.3.18.RELEASE test install + + org.jacoco + jacoco-maven-plugin + + + **/*Configurer.class + + + + + org.apache.camel + camel-package-maven-plugin + ${camel-spring-boot.version} + + + generate + + generate-component + + process-classes + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + initialize + + add-source + add-resource + + + + src/generated/java + + + + src/generated/resources + + + + + + org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.8.1 1.8 1.8 @@ -212,55 +244,14 @@ limitations under the License. 3.6 - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - + org.apache.maven.plugins + maven-deploy-plugin org.codehaus.mojo sonar-maven-plugin 3.2 - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - - default-check - - check - - - ${sonar.jacoco.reportPath} - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - -