Author: manaRH
Date: 2011-08-31 06:52:20 -0400 (Wed, 31 Aug 2011)
New Revision: 14160

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-5086 rolling back removing of commons-codec and commons-httpclient

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml   2011-08-30 08:17:37 UTC 
(rev 14159)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml   2011-08-31 10:52:20 UTC 
(rev 14160)
@@ -319,12 +319,12 @@
 <!--      <optional>true</optional>-->
 <!--    </dependency>-->
 
-<!--   <dependency>-->
-<!--           <groupId>apache-httpclient</groupId>-->
-<!--           <artifactId>commons-httpclient</artifactId>-->
-<!--        <optional>true</optional>        -->
-<!--    </dependency>-->
-<!--    -->
+               <dependency>
+                       <groupId>apache-httpclient</groupId>
+                       <artifactId>commons-httpclient</artifactId>
+              <optional>true</optional>       
+          </dependency>
+         
 <!--           <dependency>-->
 <!--           <groupId>commons-codec</groupId>-->
 <!--           <artifactId>commons-codec</artifactId>-->

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2011-08-30 08:17:37 UTC 
(rev 14159)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2011-08-31 10:52:20 UTC 
(rev 14160)
@@ -1047,11 +1047,11 @@
                                </exclusions>
                        </dependency>
 
-<!--                   <dependency>-->
-<!--                           <groupId>apache-httpclient</groupId>-->
-<!--                           <artifactId>commons-httpclient</artifactId>-->
-<!--                           <version>3.1</version>-->
-<!--                   </dependency>-->
+                       <dependency>
+                               <groupId>apache-httpclient</groupId>
+                               <artifactId>commons-httpclient</artifactId>
+                               <version>3.1</version>
+                       </dependency>
 
 <!--                   <dependency>-->
 <!--                           <groupId>commons-codec</groupId>-->

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to