Use ranges for odl-mdsal-binding-runtime-api dependencies 02/90102/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 17:26:17 +0000 (19:26 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 29 May 2020 19:46:48 +0000 (19:46 +0000)
mdsal-binding-runtime-spi depends on parser implementation for now,
hence we should bring in the appropriate range of upstream features.

Change-Id: I6cee7c0c86cc6dfda9ca3497cb66eb132af791de
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml b/features/odl-mdsal-binding-runtime-api/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..a1bf9b0
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-mdsal-runtime-api">
+    <feature name="odl-mdsal-binding-runtime-api">
+        <feature version="[5,6)">odl-yangtools-data</feature>
+        <feature version="[5,6)">odl-yangtools-parser</feature>
+    </feature>
+</features>