From aa7486577fb66e85a5bb220438946579695b27b8 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 9 Aug 2018 20:47:29 +0000 Subject: Controller Blueprints MS Creating the base directory structure for Controller Blueprints MicroService Change-Id: I1ccf7fc76446048af3b2822f9155bb634657aee3 Issue-ID: CCSDK-410 Signed-off-by: Singal, Kapil (ks220y) --- ms/controllerblueprints/modules/pom.xml | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 ms/controllerblueprints/modules/pom.xml (limited to 'ms/controllerblueprints/modules/pom.xml') diff --git a/ms/controllerblueprints/modules/pom.xml b/ms/controllerblueprints/modules/pom.xml new file mode 100644 index 00000000..9e7215ba --- /dev/null +++ b/ms/controllerblueprints/modules/pom.xml @@ -0,0 +1,54 @@ + + + + + 4.0.0 + + org.onap.ccsdk.apps + controllerblueprints-parent + 0.3.0-SNAPSHOT + ../parent + + controllerblueprints-modules + Controller Blueprints Modules + pom + + + core + resource-dict + service + + + + + + maven-compiler-plugin + 3.1 + + + 1.8 + 1.8 + + + + + + + -- cgit 1.2.3-korg