Remove unneeded exclusion 40/96340/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 May 2021 19:27:17 +0000 (21:27 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 May 2021 19:27:17 +0000 (21:27 +0200)
jsr173-ri is excluded by odlparent now, remove the unneeded exclusion.

Change-Id: I44530c041491cc6bf7eeceedf94b36c3da76efac
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index 02a6b276c7f1ca246cf77ac30c6c5e47eef6642f..144dde28198fd218d61bce06e9ca36e0373867ef 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>