Remove jsr173-ri from dependencies
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 045083f7d9713a9e6e9e0545758cd486e475a77e..b062191c97524ed0afed040b30509759dbbf873c 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>