You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/12/09 09:02:53 UTC

svn commit: r1212268 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

Author: fmeschbe
Date: Fri Dec  9 08:02:53 2011
New Revision: 1212268

URL: http://svn.apache.org/viewvc?rev=1212268&view=rev
Log:
SLING-2326 Add Geronmio Http Client 3.1 bundle and Commons Codec bundle

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1212268&r1=1212267&r2=1212268&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Fri Dec  9 08:02:53 2011
@@ -18,6 +18,11 @@
             <version>3.2.1</version>
         </bundle>
         <bundle>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.6</version>
+        </bundle>
+        <bundle>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>2.5</version>
@@ -28,6 +33,11 @@
             <version>2.2</version>
         </bundle>
         <bundle>
+            <groupId>org.apache.geronimo.bundles</groupId> 
+            <artifactId>commons-httpclient</artifactId> 
+            <version>3.1_1</version> 
+        </bundle>
+        <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
             <version>2.1.0</version>