X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=3382949377220f09e5575ff57b746e23793e3710;hb=749687bed36785e2077d8fc3b4cf72ba58dcc13f;hp=0181dca2f9e47fe413cd5b6f80568a78d98d930e;hpb=25d3e43f27fb4d055af69c6934f3531fef115a02;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index 0181dca2f..338294937 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,13 +25,13 @@ org.onap.policy.parent integration - 3.1.1-SNAPSHOT + 3.7.0 org.onap.policy.drools-applications drools-applications - 1.6.0-SNAPSHOT + 1.12.0-SNAPSHOT policy-drools-applications pom @@ -44,47 +44,14 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.6.2-SNAPSHOT - 2.2.1-SNAPSHOT - 1.6.0-SNAPSHOT + 1.12.0 + 2.8.0 + 1.12.0 - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.apache.maven.plugins maven-deploy-plugin @@ -111,113 +78,7 @@ - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - /checkstyle-suppressions.xml - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - @@ -252,6 +113,36 @@ logback-classic provided + + junit + junit + test + + + org.powermock + powermock-api-mockito2 + test + + + org.mockito + mockito-core + test + + + org.powermock + powermock-module-junit4 + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test +