--- /dev/null
+<?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.4.0" name="odl-message-bus-${project.version}">
+ <feature name="odl-message-bus" version="${project.version}">
+ <feature version="[2,3)">odl-controller-exp-messagebus</feature>
+ </feature>
+</features>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netconf-${project.version}">
<feature name="odl-netconf-connector" version="${project.version}">
<feature version="[6,7)">odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</feature>
+ <feature version="[2,3)">odl-mdsal-broker</feature>
</feature>
</features>
--- /dev/null
+<?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.4.0" name="odl-netconf-client-${project.version}">
+ <feature name="odl-netconf-client" version="${project.version}">
+ <feature version="[2,3)">odl-controller-exp-netty-config</feature>
+ </feature>
+</features>
<feature version="[7,8)">odl-karaf-feat-jetty</feature>
<feature version="[5,6)">odl-yangtools-export</feature>
<feature version="[6,7)">odl-mdsal-model-rfc7895</feature>
+ <feature version="[2,3)">odl-mdsal-broker</feature>
</feature>
</features>
--- /dev/null
+<?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.4.0" name="odl-restconf-nb-rfc8040-${project.version}">
+ <feature name="odl-restconf-nb-rfc8040" version="${project.version}">
+ <feature version="[2,3)">odl-controller-exp-netty-config</feature>
+ </feature>
+</features>