From f70690830c018b1a0a0ada113eb0df33c52965f8 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Thu, 1 Aug 2019 15:53:07 -0400 Subject: Add CBA parent pom. Change-Id: Iddfb27d271bbb58375190c506173edccdd60b9e0 Issue-ID: CCSDK-1576 Signed-off-by: Brinda Santh --- ms/blueprintsprocessor/cba-parent/pom.xml | 73 +++++++++++++++++++++++++++++++ ms/blueprintsprocessor/parent/pom.xml | 4 -- ms/blueprintsprocessor/pom.xml | 1 + ms/controllerblueprints/parent/pom.xml | 4 -- 4 files changed, 74 insertions(+), 8 deletions(-) create mode 100644 ms/blueprintsprocessor/cba-parent/pom.xml (limited to 'ms') diff --git a/ms/blueprintsprocessor/cba-parent/pom.xml b/ms/blueprintsprocessor/cba-parent/pom.xml new file mode 100644 index 000000000..a7ee0586c --- /dev/null +++ b/ms/blueprintsprocessor/cba-parent/pom.xml @@ -0,0 +1,73 @@ + + + + + 4.0.0 + + org.onap.ccsdk.cds.blueprintsprocessor + parent + 0.5.2-SNAPSHOT + ../parent + + cba-parent + CBA Parent + pom + + + ${project.basedir}/Scripts/kotlin + + + ${project.basedir}/Environments + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.maven.version} + + + compile + compile + + compile + + + + ${project.basedir}/Scripts/kotlin + + + + + test-compile + test-compile + + test-compile + + + + ${project.basedir}/Tests/kotlin + + + + + + + + \ No newline at end of file diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index da219704a..5bc4d3645 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -27,11 +27,8 @@ Blueprints Processor Parent Blueprints Processor Parent - 1.8 - 1.18.0 2.2.0 0.1.55 - 3.6.1 2.2.6.RELEASE 2.2.0 1.0.0 @@ -44,7 +41,6 @@ 1.4.197 1.2.2 1.7.4 - 1.9 1.1.5 2.5.1 1.7 diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index 725b0c385..c66afabb9 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -42,6 +42,7 @@ parent + cba-parent modules functions application diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index f2f4ff12b..a16783f75 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -28,16 +28,12 @@ Controller Blueprints Parent pom - 1.8 - 1.18.0 - 3.6.1 1.0.0 27.0.1-jre 2.9.2 1.4.197 1.2.2 1.7.4 - 1.9 2.5.1 1.7 -- cgit 1.2.3-korg