X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7084bf34f0f044601c4f176ccab1dfbf4dde26fe;hb=0338683186c994d579b1ec297604dba59df73dff;hp=7fc7a1f4a67cebe196e3d1425f9df25a1c241842;hpb=553b6247ef0c663aad77e6ffe940c22d3d77eba1;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index 7fc7a1f..7084bf3 100755 --- a/pom.xml +++ b/pom.xml @@ -22,15 +22,25 @@ limitations under the License. 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 + 1.2.0 + + org.onap.aai champ aai-champ pom - 1.2.0-SNAPSHOT + 1.4.0-SNAPSHOT https://nexus.onap.org - 1.2.1 + 1.4.0-SNAPSHOT + + 0.57 + ${project.build.directory}/code-coverage @@ -40,6 +50,46 @@ limitations under the License. champ-service + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + + + + @@ -61,6 +111,11 @@ limitations under the License. ${event.client.version} + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + commons-collections commons-collections @@ -82,7 +137,7 @@ limitations under the License. org.apache.hadoop hadoop-common - 2.7.6 + 2.7.7