Fix MD-SAL feature references
[controller.git] / features / odl-toaster / src / main / feature / feature.xml
diff --git a/features/odl-toaster/src/main/feature/feature.xml b/features/odl-toaster/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..18ee3b2
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, s.r.o. and others.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+ -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-toaster-${project.version}">
+    <feature name="odl-toaster" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-binding-runtime</feature>
+    </feature>
+</features>