From 86011b92947fdb0805623a25c893cd59128ec40e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 17:05:27 -0500 Subject: Initial commit for appc-data-services bundle This bundle contains the generic execute nodes that interact with the database. Issue-ID: APPC-58 Change-Id: Ib1447443ed259f4133cd33d554a5ac43f2c3dd1b Signed-off-by: Skip Wonnell --- appc-config/appc-data-services/pom.xml | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 appc-config/appc-data-services/pom.xml (limited to 'appc-config/appc-data-services/pom.xml') diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml new file mode 100644 index 000000000..bca3ad05d --- /dev/null +++ b/appc-config/appc-data-services/pom.xml @@ -0,0 +1,48 @@ + + + + org.openecomp.appc + appc-config + 1.1.0-SNAPSHOT + + + 4.0.0 + pom + appc-config-data-services + + APPC Data Services for Node + Common Utilities for DG + + + UTF-8 + + + + + + org.openecomp.appc + appc-config-data-services-features + features + xml + ${project.version} + + + + org.openecomp.appc + appc-config-data-services-provider + ${project.version} + + + + + + + + + provider + features + installer + + + -- cgit 1.2.3-korg