X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a70c244fbd501890ea465fa50959f186d4906e67;hb=1dc5af14794ae085ba94fcd9fdf13b9f20b88f27;hp=364f58112fce48311e8aa0acf9cf88b4f7ea0e90;hpb=acfe06391a8ec90636c33f7f5c830a3d33f2aeb7;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index 364f58112..7eb1e1b4d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + 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. @@ -18,32 +19,24 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent integration - 2.0.0-SNAPSHOT - + 3.7.2 + org.onap.policy.drools-applications drools-applications - 1.3.0-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,54 +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.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.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - org.apache.maven.plugins maven-deploy-plugin @@ -111,8 +64,7 @@ maven-compiler-plugin ${project.encoding} - ${project.source.version} - ${project.target.version} + ${java.version} @@ -127,75 +79,6 @@ - - - - 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 - - - - - - - - - - - - @@ -203,50 +86,6 @@ testsuites - - - - ecomp-releases - Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-staging - Staging Repository - ${nexusproxy}/content/repositories/staging/ - - - ecomp-snapshots - Snapshots Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-public - Public Repository - ${nexusproxy}/content/repositories/public/ - - - - - - - - ecomp-releases - OpenECOMP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - OpenECOMP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - @@ -261,7 +100,6 @@ umlgraph 5.6 - -views true @@ -274,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 + +