diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 07:59:35 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 07:59:35 -0500 |
commit | 70eefe655325271e167efba6394044145b28b772 (patch) | |
tree | 2bf7a036dd7657ac0dd4a0f8a388acf631f9ab5a /adaptors/artifacts | |
parent | 436041bf2585440da3eb986b6d39634e8316a759 (diff) |
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 <dtimoney@att.com>
Change-Id: Ie2b8a9ac662bf842cc1c7e268e6a53254f4b5463
Diffstat (limited to 'adaptors/artifacts')
-rwxr-xr-x | adaptors/artifacts/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adaptors/artifacts/pom.xml b/adaptors/artifacts/pom.xml index dc91cba1a..b135ef4ab 100755 --- a/adaptors/artifacts/pom.xml +++ b/adaptors/artifacts/pom.xml @@ -4,8 +4,9 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>parent</artifactId> + <artifactId>odlparent-lite</artifactId> <version>2.1.1</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> |