From 108ff43f43cb3a662514c6f27d806fe3a86caade Mon Sep 17 00:00:00 2001 From: Dilip kumar Pampana Date: Mon, 8 Jan 2018 15:08:21 -0500 Subject: Appc Interface Services Scope Overlap API Or REST service Issue-ID: APPC-348 Change-Id: Id32b4c88f57a9f9ce2234598d03dcca5946d4683 Signed-off-by: Dilip kumar Pampana --- .../features/src/main/resources/features.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml (limited to 'appc-inbound/appc-interfaces-service/features/src/main') diff --git a/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml new file mode 100644 index 000000000..2d3198cd7 --- /dev/null +++ b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml @@ -0,0 +1,52 @@ + + + + + + + mvn:org.opendaylight.yangtools/features-yangtools/${odl.yangtools.version}/xml/features + mvn:org.opendaylight.controller/features-mdsal/${odl.controller.mdsal.features.version}/xml/features + + + + + odl-mdsal-models + mvn:org.onap.appc/appc-interfaces-service-model/${project.version} + + + odl-mdsal-broker + sdnc-sli + mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version} + mvn:org.onap.appc/appc-aai-client-provider/${project.version} + wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0 + odl-restconf + + + + -- cgit 1.2.3-korg