aboutsummaryrefslogtreecommitdiffstats
path: root/utils/features/features3-util/src/main/resources/features.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/features/features3-util/src/main/resources/features.xml')
-rwxr-xr-xutils/features/features3-util/src/main/resources/features.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/features/features3-util/src/main/resources/features.xml b/utils/features/features3-util/src/main/resources/features.xml
new file mode 100755
index 00000000..547832ba
--- /dev/null
+++ b/utils/features/features3-util/src/main/resources/features.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<features name="sdnc-slicore-utils-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
+
+ <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
+
+
+ <feature name='sdnc-slicore-utils' description="sdnc-slicore-utils" version='${project.version}'>
+ <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
+ <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
+ <bundle>mvn:org.onap.ccsdk.sli.core/utils-provider/${project.version}</bundle>
+ </feature>
+
+</features>