From: Tom Pantelis Date: Thu, 31 Mar 2016 18:25:05 +0000 (-0400) Subject: Add javanet stax-utils bundle to the odl-mdsal-common feature X-Git-Tag: release/boron~257 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=733c51cc2eaef1dc4a3ca3e5091045043312b175 Add javanet stax-utils bundle to the odl-mdsal-common feature Currently the stax-utils artifact is embedded internally by sal-rest-connector so it isn't generally available. Therefore I added it to the odl-mdsal-common feature. It is just a regular jar so I used the wrap scheme to make it into a bundle. Change-Id: I61909e3e55c0ccc0e3886c73a96db27c6e3664da Signed-off-by: Tom Pantelis --- diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 5d31ea2757..4e2076dd99 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -75,6 +75,11 @@ + + net.java.dev.stax-utils + stax-utils + + org.opendaylight.odlparent diff --git a/features/mdsal/src/main/features/features.xml b/features/mdsal/src/main/features/features.xml index fab60771bf..b7283d0e54 100644 --- a/features/mdsal/src/main/features/features.xml +++ b/features/mdsal/src/main/features/features.xml @@ -24,6 +24,7 @@ odl-yangtools-yang-data odl-config-api odl-mdsal-binding-runtime + wrap:mvn:net.java.dev.stax-utils/stax-utils/{{VERSION}} mvn:org.opendaylight.controller/sal-common-api/{{VERSION}} mvn:org.opendaylight.controller/sal-common-impl/{{VERSION}} mvn:org.opendaylight.controller/sal-common-util/{{VERSION}}