Remove unneeded jaxb-related exclusions
[yangtools.git] / yang / yang-data-impl / pom.xml
index 116d557d19287976b6472d827ad3747da971cc96..185903f3eab57e1e1ffa6faf2a4536b310ab5dd7 100644 (file)
         <dependency>
             <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>