Add jaxb-api dependency 31/76431/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Sep 2018 16:01:36 +0000 (18:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Sep 2018 23:39:06 +0000 (01:39 +0200)
For JDK11 we need an explicit scope=provided dependency on
jaxb-api.

JIRA: YANGTOOLS-906
Change-Id: Ifee829a5cd04561f6124ff03b772db2f5d12f04e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit aa676c9045ce081687f814607e977a0609c77bc5)

yang/yang-data-impl/pom.xml

index 679b4605f3be1b9860749f485584f8e35d5d9c48..3efc4438c18f1dba20847847c2a0553967d5d6ad 100644 (file)
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.2.1</version>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.kohsuke.metainf-services</groupId>