Remove jsr173-ri from dependencies
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 789476324b50594fafeb3b4273e17cb97431a114..96edd6f6d29974f32f1efd9e103d58804052ee84 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>
       <groupId>org.opendaylight.controller</groupId>