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/service/pom.xml | 96 +++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 ms/controllerblueprints/modules/service/pom.xml (limited to 'ms/controllerblueprints/modules/service/pom.xml') diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml new file mode 100644 index 00000000..17738bf4 --- /dev/null +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -0,0 +1,96 @@ + + + + + 4.0.0 + + org.onap.ccsdk.apps + controllerblueprints-modules + 0.3.0-SNAPSHOT + + controllerblueprints-service + Controller Blueprints Service + + + + + + + org.onap.ccsdk.apps + controllerblueprints-resource-dict + + + org.apache.commons + commons-lang3 + + + commons-collections + commons-collections + + + commons-io + commons-io + + + org.apache.velocity + velocity + + + io.swagger + swagger-jersey2-jaxrs + + + org.json + json + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-data-jpa + + + mysql + mysql-connector-java + + + com.h2database + h2 + runtime + + + + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + -- cgit 1.2.3-korg