Author: rwesten
Date: Tue Nov 12 15:30:27 2013
New Revision: 1541108
URL: http://svn.apache.org/r1541108
Log:
STANBOL-1210: Update to httpcommons 4.3. Also updated all other
org.apache.commons libs to the current version
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=1541108&r1=1541107&r2=1541108&view=diff
==============================================================================
---
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Tue Nov 12 15:30:27 2013
@@ -111,17 +111,17 @@
<bundle>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.4.1</version>
+ <version>1.6</version>
</bundle>
<bundle>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</bundle>
<bundle>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.7</version>
+ <version>1.8</version>
</bundle>
<bundle> <!-- commons-beanutils as bundle provided by
servicemix.apache.org -->
<groupId>org.apache.servicemix.bundles</groupId>
@@ -151,12 +151,12 @@
<bundle>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
- <version>4.2.3</version>
+ <version>4.3</version>
</bundle>
<bundle>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
- <version>4.2.3</version>
+ <version>4.3.1</version>
</bundle>
<!-- bundle> Stax is included in JDK 1.6+
<groupId>org.apache.servicemix.specs</groupId>