From 70eefe655325271e167efba6394044145b28b772 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 23 Feb 2021 07:59:35 -0500 Subject: Fix error in artifacts parent The artifacts modules are using wrong parent pom, which is causing compile issues in some local builds. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney Change-Id: Ie2b8a9ac662bf842cc1c7e268e6a53254f4b5463 --- northbound/artifacts/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'northbound/artifacts') diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index c0657b8b3..509528ad7 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -4,8 +4,9 @@ org.onap.ccsdk.parent - parent + odlparent-lite 2.1.1 + org.onap.ccsdk.sli.northbound -- cgit 1.2.3-korg