X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d935b34ed6a82c03d0ff9669c6fef07ef4015254;hb=refs%2Fchanges%2F55%2F134655%2F1;hp=631f7cdf51310e67742afc7e03818f749d00b1b1;hpb=82b162be29015ac529d9e29d0f5ee21d7fc24ecb;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 631f7cdf..d935b34e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,9 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020,2023 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,13 +27,13 @@ org.onap.policy.parent integration - 3.1.1-SNAPSHOT + 3.7.3-SNAPSHOT org.onap.policy.xacml-pdp policy-xacml-pdp - 2.2.0-SNAPSHOT + 3.0.0-SNAPSHOT pom @@ -39,13 +41,9 @@ This code implements the XACML PDP engine - - - ${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.12.3-SNAPSHOT + 2.8.3-SNAPSHOT + ${project.basedir}/target/code-coverage/jacoco-ut.exec @@ -54,6 +52,7 @@ packages testsuites xacml-test + tutorials @@ -80,7 +79,6 @@ org.slf4j slf4j-ext - 1.8.0-beta2 org.slf4j @@ -105,7 +103,6 @@ org.json json - 20180813 org.onap.policy.models @@ -116,6 +113,11 @@ org.onap.policy.models policy-models-tosca ${policy.models.version} + + + org.hibernate + hibernate-entitymanager + test @@ -125,137 +127,4 @@ dav:${nexusproxy}${sitePath} - - - - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - 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 - - - - - - - - - - - - -