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-dispatcher/pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'appc-dispatcher/pom.xml') 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 + -- cgit 1.2.3-korg