From f20174d914587c25b8f42b024316c71ebdb2fe6b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 10 Aug 2020 14:09:14 -0400 Subject: Remove unused modules and fix pom structure Removed modules not currently being used and restructured poms into parent/child relationship to fix problem that was causing version plugin not to update versions properly. Change-Id: I41d63d469a24c65e8771e1546c879ab1bf8d0d53 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney Former-commit-id: 9bf0c309085118b432f0fab1d7012a3b33180d4b --- admportal/pom.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'admportal') diff --git a/admportal/pom.xml b/admportal/pom.xml index 7fc8644b..9c1c8bcc 100644 --- a/admportal/pom.xml +++ b/admportal/pom.xml @@ -28,17 +28,18 @@ ${maven.build.timestamp} ${project.version}-${build.number} - - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${ccsdk.sli.core.version} - pom - import - - - + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + org.onap.ccsdk.sli.core -- cgit 1.2.3-korg