From ab6c2c0cd441cf40723016e9a82aeeeb933fec7e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Mon, 14 Aug 2017 17:47:10 -0500 Subject: Initial adds artifact handler and design services asdc-artifact-handler: an interface to receive artifacts distributed by SDC and persist them into the local database. appc-design-services: an interface to manage VNF configuration artifacts, primarily those generated by the configuration design tool. Includes these user stories: APPC-28/85 Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec Signed-off-by: Skip Wonnell Issue-Id: APPC-9 --- .../features/src/main/resources/features.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 appc-inbound/appc-design-services/features/src/main/resources/features.xml (limited to 'appc-inbound/appc-design-services/features/src/main/resources/features.xml') diff --git a/appc-inbound/appc-design-services/features/src/main/resources/features.xml b/appc-inbound/appc-design-services/features/src/main/resources/features.xml new file mode 100644 index 000000000..d3cf5d20a --- /dev/null +++ b/appc-inbound/appc-design-services/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.version}/xml/features + mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${odl.controller.mdsal.version}/xml/features + + + + odl-mdsal-models + mvn:org.openecomp.appc/appc-design-services-model/${project.version} + + + odl-mdsal-broker + sdnc-sli + mvn:org.openecomp.appc/appc-design-services.provider/${project.version} + wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0 + + odl-restconf + + + + -- cgit 1.2.3-korg