X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=c429b08ce75ce7dacf227a2690c59bcee9641f48;hp=eba1c04712df78f0ff6c01534512906ed5d22d61;hb=e28d69bf71518b466c1b5940fa36feec94d2b60b;hpb=84c300435499e438bdfc9c30fe0988c7105d5b35 diff --git a/pom.xml b/pom.xml index eba1c0471..c429b08ce 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,15 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,317 +19,295 @@ ============LICENSE_END========================================================= --> - 4.0.0 - - - org.onap.oparent - oparent - 0.1.1 - - - - org.onap.policy.engine - PolicyEngineSuite - 1.2.0-SNAPSHOT - pom - policy-engine - - The ONAP Policy Engine main pom - - - - 1.8 - 1.8 - UTF-8 - UTF-8 - - https://nexus.onap.org - /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - content/repositories/releases/ - content/repositories/snapshots/ - content/repositories/staging/ - - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - - 1.4.186 - - - - - 9.2.3.v20140905 - 1.0.0 - 4.5.5 - 2.9.4 - 1.3.3 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + + org.onap.policy.parent + integration + 3.1.0 + + + org.onap.policy.engine + PolicyEngineSuite + 1.6.0-SNAPSHOT + pom + policy-engine + The ONAP Policy Engine main pom + + + 1.8 + 1.8 + UTF-8 + UTF-8 + + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ - - PolicyEngineUtils - ONAP-XACML - ONAP-REST - PolicyEngineAPI - ONAP-PDP - ONAP-PDP-REST - ONAP-PAP-REST - LogParser - PolicyEngineClient - BRMSGateway - POLICY-SDK-APP - ONAP-SDK-APP - packages - + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../target/code-coverage/jacoco-it.exec + reuseReports - - - ecomp-releases - ONAP Release Repository - ${nexusproxy}/${releases.path} - - - ecomp-snapshots - ONAP Snapshot Repository - ${nexusproxy}/${snapshots.path} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - - - 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/ - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - - - - - com.h2database - h2 - ${h2.version} - test - - - - - - - - javax.servlet - javax.servlet-api - 3.1.0 - - - - xml-apis - xml-apis - 1.3.03 - - - - - - - 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 - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.apache.maven.plugins - maven-clean-plugin - 2.4.1 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.0 - - ${project.encoding} - ${project.source.version} - ${project.target.version} - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - ${project.encoding} - - - - org.apache.maven.plugins - maven-war-plugin - 2.3 - - false - - - - - - org.eclipse.jetty - jetty-maven-plugin - ${jetty.plugin.version} - - 2 - - - - com.fortify.ps.maven.plugin - sca-maven-plugin - 4.20 - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - + + 4.3.24.RELEASE + 9.2.3.v20140905 + 2.9.4 + 1.3.3 + 1.18 + 6.8.2 + 1.6.1 + 2.2.0-SNAPSHOT + + + PolicyEngineUtils + ONAP-XACML + ONAP-REST + PolicyEngineAPI + ONAP-PDP + ONAP-PDP-REST + ONAP-PAP-REST + LogParser + PolicyEngineClient + BRMSGateway + POLICY-SDK-APP + ONAP-SDK-APP + packages + TestSuite + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + org.projectlombok + lombok + provided + + + javax.servlet + javax.servlet-api + + + + xml-apis + xml-apis + 1.3.03 + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + junit + junit + test + + + org.assertj + assertj-core + test + + + org.springframework + spring-mock + 2.0.8 + test + + + com.mockrunner + mockrunner + 0.3.1 + test + + + + org.powermock + powermock-api-mockito + test + + + org.powermock + powermock-module-junit4 + test + + + + org.mockito + mockito-all + test + + + org.easymock + easymock + 3.1 + test + + + org.glassfish.jersey.inject + jersey-hk2 + test + + + + + + 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 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-compiler-plugin + + ${project.encoding} + ${project.source.version} + ${project.target.version} + + + + org.apache.maven.plugins + maven-resources-plugin + + ${project.encoding} + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.plugin.version} + + 2 + + + + com.fortify.ps.maven.plugin + sca-maven-plugin + 4.20 + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + - - 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.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 @@ -355,5 +334,5 @@ - +