Remove jsr173-ri from dependencies 80/86480/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Dec 2019 11:09:46 +0000 (12:09 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 18 Dec 2019 11:15:36 +0000 (11:15 +0000)
JSR173 is part of JRE, hence there is no point to inherit this
dependency. It also helps to have our releases consumable from
Central (which does not carry the .jar).

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

index 4bfaf86d819a91e1eb9784ebb54b2616eb8db830..77acdab76352adcb0a2d9ecbe91db2e402ab0f6b 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>