--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright © 2024 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.6.0" name="odl-netconf-${project.version}">
+ <feature name="odl-netconf-transport" version="${project.version}">
+ <feature version="[14,15)">odl-mdsal-model-rfc7317-iana-crypt-hash</feature>
+ <feature version="[14,15)">odl-mdsal-model-rfc9643</feature>
+ <feature version="[14,15)">odl-mdsal-model-rfc9644</feature>
+ <feature version="[14,15)">odl-mdsal-model-rfc9645</feature>
+ </feature>
+</features>