Author: rwesten
Date: Thu Oct 16 11:52:53 2014
New Revision: 1632278
URL: http://svn.apache.org/r1632278
Log:
fix for STANBOL-1395: Stanbol now provide Stax 2
Modified:
stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Modified: stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml?rev=1632278&r1=1632277&r2=1632278&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml Thu Oct 16
11:52:53 2014
@@ -253,9 +253,6 @@
javax.xml.namespace; version=1.4.0,
javax.xml.parsers,
javax.xml.soap,
- javax.xml.stream; version=1.4.0,
- javax.xml.stream.events; version=1.4.0,
- javax.xml.stream.util; version=1.4.0,
javax.xml.transform; version=1.4.0,
javax.xml.transform.dom; version=1.4.0,
javax.xml.transform.sax; version=1.4.0,
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1632278&r1=1632277&r2=1632278&view=diff
==============================================================================
---
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Thu Oct 16 11:52:53 2014
@@ -168,6 +168,25 @@
<artifactId>httpclient-osgi</artifactId>
<version>4.2.3</version>
</bundle>
+
+ <!-- Stax support -->
+ <!-- as the JVM only gives Stax 1.0 but we want Stax 2.0 (see
STANBOL-1395)-->
+ <bundle>
+ <groupId>org.apache.servicemix.specs</groupId>
+ <artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId>
+ <version>2.4.0</version>
+ </bundle>
+ <bundle> <!-- XML stax lib used by jackson -->
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>woodstox-core-asl</artifactId>
+ <version>4.1.4</version>
+ </bundle>
+ <bundle>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>stax2-api</artifactId>
+ <version>3.1.4</version>
+ </bundle>
+
<bundle> <!-- jarkata regexp as bundle provided by servicemix.apache.org
-->
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.regexp</artifactId>