From 4b3c8a0bb11d71c1be8ac5a966818dafec1124fe Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Wed, 15 Aug 2018 21:31:10 +0000 Subject: Blueprints Processor Service Blueprints Processor API definitions Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- ms/blueprintsprocessor/modules/commons/pom.xml | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/commons/pom.xml (limited to 'ms/blueprintsprocessor/modules/commons/pom.xml') diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml new file mode 100644 index 000000000..83a3cb8b6 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -0,0 +1,62 @@ + + + + 4.0.0 + + org.onap.ccsdk.apps.blueprintsprocessor + modules + 0.0.3-SNAPSHOT + + + commons + pom + Blueprints Processor Commons POM + Blueprints Processor Commons + + + db-lib + rest-lib + adaptors + core + + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlin + kotlin-reflect + + + org.jetbrains.kotlin + kotlin-test + test + + + io.projectreactor + reactor-test + test + + + + -- cgit 1.2.3-korg