Remove unneeded jaxb-api workarounds
[yangtools.git] / yang / yang-data-impl / pom.xml
index 4fb53e83d902f5ea16b91412d0542e63f5c10d64..aa406cae6d6d6297141327bee850f578623a409a 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>