From fd307bef420c111df269c7ac911093a75ab802b3 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 28 Aug 2018 18:10:51 -0400 Subject: Set parent to policy/parent Set the parent to point to policy/parent instead of oparent. Clean up some duplicate management versions. Change-Id: I28957b05b80c9564ad32c958143822b6b0768219 Issue-ID: INT-619 Signed-off-by: Pamela Dragosh --- feature-eelf/pom.xml | 189 +++++++++++++++++++++++++-------------------------- 1 file changed, 94 insertions(+), 95 deletions(-) (limited to 'feature-eelf') diff --git a/feature-eelf/pom.xml b/feature-eelf/pom.xml index 6ac2dec7..fa10309c 100644 --- a/feature-eelf/pom.xml +++ b/feature-eelf/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. 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. @@ -18,106 +18,105 @@ ============LICENSE_END========================================================= --> - + - 4.0.0 + 4.0.0 - - org.onap.policy.drools-pdp - drools-pdp - 1.3.0-SNAPSHOT - + + org.onap.policy.drools-pdp + drools-pdp + 1.3.0-SNAPSHOT + - feature-eelf + feature-eelf - feature-eelf - Loadable module that uses EELF and common module logging infrastructure + feature-eelf + Loadable module that uses EELF and common module logging infrastructure - - 1.8 - 1.8 - + + 1.8 + 1.8 + - - - - maven-assembly-plugin - 2.6 - - - zipfile - - single - - package - - true - ${project.artifactId}-${project.version} - - src/assembly/assemble_zip.xml - - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy-dependencies - - copy-dependencies - - prepare-package - - false - ${project.build.directory}/assembly/lib - false - true - true - false - false - false - runtime - true - - - - - - + + + + maven-assembly-plugin + + + zipfile + + single + + package + + true + ${project.artifactId}-${project.version} + + src/assembly/assemble_zip.xml + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/lib + false + true + true + false + false + false + runtime + true + + + + + + - - - ch.qos.logback - logback-classic - test - - - com.att.eelf - eelf-core - 1.0.0 - - - org.onap.policy.common - ONAP-Logging - ${project.version} - - - org.onap.policy.drools-pdp - policy-management - ${project.version} - provided - - - junit - junit - test - - + + + ch.qos.logback + logback-classic + test + + + com.att.eelf + eelf-core + 1.0.0 + + + org.onap.policy.common + ONAP-Logging + ${project.version} + + + org.onap.policy.drools-pdp + policy-management + ${project.version} + provided + + + junit + junit + test + + -- cgit 1.2.3-korg