From 594b5e1c919089c110e6aa9b9d1c00b96a9e96f9 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Tue, 4 Sep 2018 20:24:35 +0000 Subject: Controller Blueprints Microservice Refactor controller blueprint core and resource dictionary modules to components module. Change-Id: If5ba5e35e9c95bc19bc78fb10bd62d6551ba7aca Issue-ID: CCSDK-514 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- components/resource-dict/pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 components/resource-dict/pom.xml (limited to 'components/resource-dict/pom.xml') diff --git a/components/resource-dict/pom.xml b/components/resource-dict/pom.xml new file mode 100644 index 00000000..7eecb5ee --- /dev/null +++ b/components/resource-dict/pom.xml @@ -0,0 +1,49 @@ + + + + + 4.0.0 + + org.onap.ccsdk.apps.components + parent + 0.3.0-SNAPSHOT + ../parent + + org.onap.ccsdk.apps.controllerblueprints + resource-dict + Controller Blueprints Resource Dictionary + + + + org.onap.ccsdk.apps.controllerblueprints + core + + + org.jetbrains.kotlin + kotlin-test + test + + + + + + -- cgit 1.2.3-korg