Add dependency management for stax-utils 74/36974/1
authorTom Pantelis <tpanteli@brocade.com>
Thu, 31 Mar 2016 18:04:12 +0000 (14:04 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 31 Mar 2016 18:04:12 +0000 (14:04 -0400)
Added a dependency in the management section for the javanet stax-utils
artifact to reuse the version. Currently it's only used in sal-rest-connector
bundle but I want to use it elsewhere.

Change-Id: I9786e0440b98afa40c6d7cd1c7cb3e99b52b3c53
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
odlparent/pom.xml

index 3ee1970b169c268a3ccf66203ba0ef3161450307..4077fd40e67a82bdda28063a794fa90207dec228 100644 (file)
       </dependency>
 
       <!-- Plugin integration -->
+      <dependency>
+        <groupId>net.java.dev.stax-utils</groupId>
+        <artifactId>stax-utils</artifactId>
+        <version>20070216</version>
+      </dependency>
       <dependency>
         <groupId>org.sonatype.plexus</groupId>
         <artifactId>plexus-build-api</artifactId>