Fix reference to odl-antlr4 79/90579/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 19:14:21 +0000 (21:14 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 19:16:12 +0000 (21:16 +0200)
This is a slight mistake, we should be referencing the feature
through a range.

Change-Id: I90cea9337596b4c714b7d38e61cea8f77b89e2d2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-yangtools-xpath/src/main/feature/feature.xml [new file with mode: 0644]

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