Exclude javax.xml.stream dependency 76/76976/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Oct 2018 00:56:21 +0000 (02:56 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Oct 2018 00:57:02 +0000 (02:57 +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>
yang/yang-data-impl/pom.xml

index 284546302c787f830128efb221e9f60699d3dd36..8129390fed9286a09397dddf107b85a4b6ad74e6 100644 (file)
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
             <version>2.2.1</version>
             <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>
         </dependency>
 
         <dependency>