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-test-transaction/pom.xml | 160 +++++++++++++++++++-------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'feature-test-transaction/pom.xml') diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml index 49f94c66..92c8e217 100644 --- a/feature-test-transaction/pom.xml +++ b/feature-test-transaction/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= feature-test-transaction ================================================================================ - 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. @@ -17,86 +17,86 @@ limitations under the License. ============LICENSE_END========================================================= --> - - - 4.0.0 - - org.onap.policy.drools-pdp - drools-pdp - 1.3.0-SNAPSHOT - - feature-test-transaction - + + + 4.0.0 + + org.onap.policy.drools-pdp + drools-pdp + 1.3.0-SNAPSHOT + + feature-test-transaction + feature-test-transaction Separately loadable module which sends test transaction through system - - 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 - - - - - - - - - org.onap.policy.drools-pdp - policy-management - ${project.version} - provided - - - junit - junit - test - - - \ No newline at end of file + + + + 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 + + + + + + + + + org.onap.policy.drools-pdp + policy-management + ${project.version} + provided + + + junit + junit + test + + + -- cgit 1.2.3-korg