From 972397fd9860d9c19a5d2c66d082e431d827c7a6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 8 Aug 2019 14:58:52 -0700 Subject: Change parent poms Changing the parent pom of appc-dispatcher and appc-directed-graph so that they no longer point to the root appc pom, instead they point to the org.onap.appc.parent pom files. Change-Id: I116bd06471482e19715a3c5ada506f9d700e5576 Signed-off-by: Patrick Brady Issue-ID: APPC-1686 --- appc-directed-graph/pom.xml | 6 +++--- appc-dispatcher/pom.xml | 18 +++++++++++++++--- pom.xml | 26 -------------------------- 3 files changed, 18 insertions(+), 32 deletions(-) diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index 416c8495c..6529849e5 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -25,9 +25,9 @@ 4.0.0 - org.onap.appc - appc - 1.6.2-SNAPSHOT + org.onap.appc.parent + odlparent-lite + 2.6.0 org.onap.appc diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml index 5ef35e096..13565e60f 100644 --- a/appc-dispatcher/pom.xml +++ b/appc-dispatcher/pom.xml @@ -26,9 +26,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.appc - appc - 1.6.2-SNAPSHOT + org.onap.appc.parent + odlparent-lite + 2.6.0 appc-dispatcher @@ -97,6 +97,18 @@ powermock-api-mockito 1.6.4 + + org.mockito + mockito-core + 1.10.19 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + diff --git a/pom.xml b/pom.xml index 0f1e04032..798a9f05a 100644 --- a/pom.xml +++ b/pom.xml @@ -543,19 +543,6 @@ limitations under the License. sonar-maven-plugin 3.2 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - true - true - https://nexus.onap.org - 176c31dfe190a - ecomp-staging - - @@ -618,19 +605,6 @@ limitations under the License. - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - true - true - https://nexus.onap.org - 176c31dfe190a - ecomp-staging - - -- cgit 1.2.3-korg