X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a70c244fbd501890ea465fa50959f186d4906e67;hb=1dc5af14794ae085ba94fcd9fdf13b9f20b88f27;hp=19f4afa7dad8bcb7cfdf7eb704110b5ece00bf11;hpb=b5123883ec2952c00f2d68dd3c055b3cdb5f5d67;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index 19f4afa7d..7eb1e1b4d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019,2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,25 +25,18 @@ org.onap.policy.parent integration - 3.0.0 + 3.7.2 org.onap.policy.drools-applications drools-applications - 1.5.1-SNAPSHOT + 1.12.2-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 - 2.1.2 - 1.5.1 + 1.12.2 + 2.8.2 + 1.12.2 - - 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 - - - - - - - - - - - - @@ -246,7 +100,6 @@ umlgraph 5.6 - -views true @@ -259,7 +112,36 @@ logback-classic provided - - + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.springframework + spring-test + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + + io.swagger.core.v3 + swagger-annotations + +