Author: rwesten
Date: Sun Nov 25 10:57:25 2012
New Revision: 1413330

URL: http://svn.apache.org/viewvc?rev=1413330&view=rev
Log:
Also removed the stax-api from the commons bundle list. Now all XML APIs are 
loaded via the System Bundle

Minor: update commons-io to the current version 2.4

Modified:
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Modified: 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1413330&r1=1413329&r2=1413330&view=diff
==============================================================================
--- 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
(original)
+++ 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
Sun Nov 25 10:57:25 2012
@@ -99,7 +99,7 @@
     <bundle>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.4</version>
+      <version>2.4</version>
     </bundle>
     <bundle>
       <groupId>org.apache.commons</groupId>
@@ -136,11 +136,11 @@
       <artifactId>json</artifactId>
       <version>20090211_1</version>
     </bundle>
-    <bundle><!-- Stax parser as bundle provided by servicemix.apache.org -->
+    <!-- bundle> Stax is included in JDK 1.6+ 
       <groupId>org.apache.servicemix.specs</groupId>
       <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
       <version>2.1.0</version>
-    </bundle>
+    </bundle -->
     <bundle> <!-- woodstox Stax impl as bundle provided by 
servicemix.apache.org -->
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>


Reply via email to