Seam SVN: r14160 - branches/enterprise/JBPAPP_5_0/build.
by seam-commits@lists.jboss.org
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>-->