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-active-standby-management/pom.xml | 226 +++++++++++++++--------------- 1 file changed, 112 insertions(+), 114 deletions(-) (limited to 'feature-active-standby-management/pom.xml') diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml index c118386e..00beae0c 100644 --- a/feature-active-standby-management/pom.xml +++ b/feature-active-standby-management/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= feature-active-standby-management ================================================================================ - 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,124 +18,122 @@ ============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-active-standby-management + feature-active-standby-management - feature-active-standby-management - Separately loadable module for managing active-standby behavior + feature-active-standby-management + Separately loadable module for managing active-standby behavior - - - - 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 + + + + + + - - - io.swagger - swagger-jersey2-jaxrs - provided - - - org.onap.policy.drools-pdp - policy-core - ${project.version} - provided - - - org.onap.policy.drools-pdp - policy-management - ${project.version} - provided - - - org.eclipse.persistence - eclipselink - provided - - - org.onap.policy.drools-pdp - api-active-standby-management - ${project.version} - - - org.onap.policy.drools-pdp - api-state-management - ${project.version} - - - org.onap.policy.drools-pdp - feature-state-management - ${project.version} - test - - - com.h2database - h2 - 1.4.196 - test - - - junit - junit - test - - + + + io.swagger + swagger-jersey2-jaxrs + provided + + + org.onap.policy.drools-pdp + policy-core + ${project.version} + provided + + + org.onap.policy.drools-pdp + policy-management + ${project.version} + provided + + + org.eclipse.persistence + eclipselink + provided + + + org.onap.policy.drools-pdp + api-active-standby-management + ${project.version} + + + org.onap.policy.drools-pdp + api-state-management + ${project.version} + + + org.onap.policy.drools-pdp + feature-state-management + ${project.version} + test + + + com.h2database + h2 + test + + + junit + junit + test + + -- cgit 1.2.3-korg