Remove jsr173-ri from dependencies
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
index 9e714236dd4f575472c30ddea82229ef2a1ddc22..ad229c599a48c9b61a89fa4e8900846fd0be2c01 100644 (file)
     <dependency>
       <groupId>net.java.dev.stax-utils</groupId>
       <artifactId>stax-utils</artifactId>
+      <exclusions>
+        <exclusion>
+          <!-- JSR173 ships with JRE by default -->
+          <groupId>com.bea.xml</groupId>
+          <artifactId>jsr173-ri</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>