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 --- core/artifacts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/artifacts/pom.xml') diff --git a/core/artifacts/pom.xml b/core/artifacts/pom.xml index fa3261bd3..6a30e83f6 100755 --- a/core/artifacts/pom.xml +++ b/core/artifacts/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.parent - parent + odlparent-lite 2.1.1 -- cgit 1.2.3-korg