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 --- .../features/src/main/resources/features.xml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 appc-config/appc-data-services/features/src/main/resources/features.xml (limited to 'appc-config/appc-data-services/features/src') diff --git a/appc-config/appc-data-services/features/src/main/resources/features.xml b/appc-config/appc-data-services/features/src/main/resources/features.xml new file mode 100644 index 000000000..296a509be --- /dev/null +++ b/appc-config/appc-data-services/features/src/main/resources/features.xml @@ -0,0 +1,47 @@ + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features + + + + odl-mdsal-broker + + sdnc-dblib + sdnc-sli + sdnc-sql-resource + + mvn:commons-lang/commons-lang/2.6 + + mvn:commons-collections/commons-collections/3.2.1 + + wrap:mvn:com.att.eelf/eelf-core/${eelf.version} + mvn:ch.qos.logback/logback-core/${logback.version} + mvn:ch.qos.logback/logback-classic/${logback.version} + mvn:org.openecomp.appc/appc-data-services-provider/${project.version} + + -- cgit 1.2.3-korg