Fix yang-xpath-impl package import 56/103256/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 22 Nov 2022 12:06:18 +0000 (13:06 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 22 Nov 2022 13:32:26 +0000 (13:32 +0000)
The dependency on javax.inject should be optional, make sure that is the
case.

JIRA: YANGTOOLS-1467
Change-Id: Ic005d463e65bd8596fe586bb64272e966a6d1693
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 94f35afbda71f4a07a44ef0cee54923bd8f7e5ec)

xpath/yang-xpath-impl/bnd.bnd [new file with mode: 0644]

diff --git a/xpath/yang-xpath-impl/bnd.bnd b/xpath/yang-xpath-impl/bnd.bnd
new file mode 100644 (file)
index 0000000..ab34394
--- /dev/null
@@ -0,0 +1 @@
+Import-Package: javax.inject;resolution:=optional, *