Bump odlparent to 5.0.0
[controller.git] / features / mdsal / odl-mdsal-clustering-commons / src / main / feature / feature.xml
index 2c9dfd0ac74695e85cf7c922c53b508868e503c5..85426c19b4de23fd6c5062c28617a96ac5a76451 100644 (file)
@@ -6,10 +6,13 @@
   ~ 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 name="odl-controller-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-controller-${project.version}">
     <feature name="odl-mdsal-clustering-commons" version="${project.version}">
-        <feature version="[3.0.0,4)">odl-akka-system-2.5</feature>
-        <feature version="[3.0.0,4)">odl-akka-persistence-2.5</feature>
-        <feature version="[3.0.0,4)">odl-akka-clustering-2.5</feature>
+        <feature version="[5,6)">odl-akka-system-2.5</feature>
+        <feature version="[5,6)">odl-akka-persistence-2.5</feature>
+        <feature version="[5,6)">odl-akka-clustering-2.5</feature>
+        <feature version="[5,6)">odl-apache-commons-lang3</feature>
+        <feature version="[5,6)">odl-dropwizard-metrics</feature>
+        <feature version="[5,6)">odl-servlet-api</feature>
     </feature>
 </features>