Separate out RaftEntryMeta
[controller.git] / features / odl-controller-blueprint / src / main / feature / feature.xml
index 5f9f3193f504f3f292f7532764cef39f021a8fd6..82dfaca522424d62d8490419c7163337ff4e0b40 100644 (file)
@@ -8,10 +8,10 @@
  -->
 <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="[5,6)">odl-yangtools-codec</feature>
-        <feature version="[6,7)">odl-mdsal-binding-api</feature>
-        <feature version="[6,7)">odl-mdsal-binding-runtime</feature>
-        <feature version="[6,7)">odl-mdsal-dom-api</feature>
-        <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
+        <feature version="[13,14)">odl-yangtools-codec</feature>
+        <feature version="[13,14)">odl-mdsal-binding-api</feature>
+        <feature version="[13,14)">odl-mdsal-binding-runtime</feature>
+        <feature version="[13,14)">odl-mdsal-dom-api</feature>
+        <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${project.version}</bundle>
     </feature>
 </features>