From e178b07914d5dc40157dede0078e16f645f20f17 Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Mon, 14 Aug 2017 20:10:36 -0400 Subject: Added review comment Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi --- .../features/src/main/resources/features.xml | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 appc-outbound/appc-aai-client/features/src/main/resources/features.xml (limited to 'appc-outbound/appc-aai-client/features/src') diff --git a/appc-outbound/appc-aai-client/features/src/main/resources/features.xml b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml new file mode 100644 index 000000000..84017dd7c --- /dev/null +++ b/appc-outbound/appc-aai-client/features/src/main/resources/features.xml @@ -0,0 +1,49 @@ + + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features + + + + odl-mdsal-broker + + sdnc-sli + sdnc-aai-service + 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-aai-client-provider/${project.version} + + -- cgit 1.2.3-korg