Remove deprecated MD-SAL APIs
[controller.git] / features / mdsal / odl-controller-blueprint / src / main / feature / feature.xml
index 78feb3ea46f87879287004159481b33346f416bb..7853ff01d4e9751a03ef91d39b688c80c2fe7879 100644 (file)
@@ -9,6 +9,9 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-controller-blueprint-${project.version}">
     <feature name="odl-controller-blueprint" version="${project.version}">
         <feature version="[4,5)">odl-yangtools-codec</feature>
+        <feature version="[5,6)">odl-mdsal-binding-api</feature>
+        <feature version="[5,6)">odl-mdsal-binding-runtime</feature>
+        <feature version="[5,6)">odl-mdsal-dom-api</feature>
         <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
     </feature>
 </features>