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) --- .../modules/commons/db-lib/pom.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/commons/db-lib/pom.xml (limited to 'ms/blueprintsprocessor/modules/commons/db-lib') diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml new file mode 100644 index 000000000..31abb40df --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + org.onap.ccsdk.apps.blueprintsprocessor + commons + 0.0.3-SNAPSHOT + + + db-lib + jar + Blueprints Processor DB Lib + Blueprints Processor DB Lib + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + javax.validation + validation-api + + + + com.h2database + h2 + + + org.hibernate + hibernate-testing + test + + + + + -- cgit 1.2.3-korg