X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=132328a1fc6fd69f7ccb6441a42aee939a115ca0;hb=a66f36a5d86bf08b80c5e01df5549ceaa93da257;hp=cd4630e648fc1e795900d4e78942ad2972658cbf;hpb=aa7342c95dc0a0fa4995e3cf3b9e9fd10ca0fddc;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index cd4630e64..132328a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2019 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,25 +25,18 @@ org.onap.policy.parent integration - 3.0.0 + 3.5.1 org.onap.policy.drools-applications drools-applications - 1.5.1-SNAPSHOT + 1.10.1-SNAPSHOT policy-drools-applications pom - - 1.8 - 1.8 - UTF-8 - 1.8 - 1.8 - https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -51,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.5.1-SNAPSHOT - 2.1.1-SNAPSHOT - 1.5.1-SNAPSHOT + 1.10.1 + 2.6.1 + 1.10.1 - - 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 @@ -104,8 +64,7 @@ maven-compiler-plugin ${project.encoding} - ${project.source.version} - ${project.target.version} + ${java.version} @@ -119,112 +78,7 @@ - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - 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 - - - - - - - - - - - - @@ -259,7 +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 + -