Remove an unneeded exclusion 85/98285/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 3 Nov 2021 20:55:04 +0000 (21:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Nov 2021 00:34:02 +0000 (01:34 +0100)
The exclusion is carried since odlparent-7.0.11/8.1.3/9.0.2, remove it.

Change-Id: Ia0374569f1c32b0f22c407702d2d5fcaf09f2bfe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/pom.xml

index 735e9e28394d923373eda10394d5259a6249510b..ebc9b0c9746763a46321a45874b98c062b13bce7 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>