Integrate MRI projects for Neon
[controller.git] / features / config-netty / odl-config-netty / src / main / feature / feature.xml
index 84b37487fe6c0274a9f70c7c181f5abe74873100..e4048a9bcc7b9898992ca26e0de1929c3ad5408a 100644 (file)
@@ -1,15 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
- Copyright © 2016, 2017 Red Hat, Inc. and others.
+ Copyright © 2018 Red Hat, Inc. 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 name="odl-config-persister-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
-    <feature name="odl-config-netty" version="${project.version}">
-        <configfile finalname="${config.configfile.directory}/${config.netty.configfile}">
-            mvn:org.opendaylight.controller/config-netty-config/${project.version}/xml/config
-        </configfile>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-config-netty">
+    <feature name="odl-config-netty">
+        <feature version="[4,5)">odl-guava</feature>
+        <feature version="[4,5)">odl-netty-4</feature>
     </feature>
 </features>