Exclude javax.xml.stream dependency 99/76999/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Oct 2018 00:56:21 +0000 (02:56 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Oct 2018 15:00:28 +0000 (17:00 +0200)
This dependency is satisfied by the JDK, hence we do not need to
pull it in.

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

yang/yang-data-impl/pom.xml

index b68a0e3140692f697638370502b8e119f90854d0..2fb422872e97bfe8a0236ea76f4f577255c4bf80 100644 (file)
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
             <version>2.2.1</version>
+            <exclusions>
+                <exclusion>
+                    <!-- Provided by JDK -->
+                    <groupId>javax.xml.stream</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>