Fix odl-netconf-transport dependencies 88/113988/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Oct 2024 09:28:02 +0000 (11:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 15 Oct 2024 10:32:41 +0000 (12:32 +0200)
Make sure we use a range for odl-mdsal-model-rfc7317-iana-crypt-hash.

Change-Id: I555ea90c0c840ee3ee107687d4e32336028571ea
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 325167b5cb205456cbc6a5fe8fd84606c67d1c1c)

features/odl-netconf-transport/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/features/odl-netconf-transport/src/main/feature/feature.xml b/features/odl-netconf-transport/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..c37d92a
--- /dev/null
@@ -0,0 +1,16 @@
+<?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>