[seam-commits] Seam SVN: r14161 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 1 07:49:05 EDT 2011
Author: manaRH
Date: 2011-09-01 07:49:05 -0400 (Thu, 01 Sep 2011)
New Revision: 14161
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-31 10:52:20 UTC (rev 14160)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2011-09-01 11:49:05 UTC (rev 14161)
@@ -325,11 +325,11 @@
<optional>true</optional>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>commons-codec</groupId>-->
-<!-- <artifactId>commons-codec</artifactId>-->
-<!-- <optional>true</optional>-->
-<!-- </dependency>-->
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <optional>true</optional>
+ </dependency>-->
<dependency>
<groupId>org.openid4java</groupId>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-08-31 10:52:20 UTC (rev 14160)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-09-01 11:49:05 UTC (rev 14161)
@@ -1053,11 +1053,11 @@
<version>3.1</version>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>commons-codec</groupId>-->
-<!-- <artifactId>commons-codec</artifactId>-->
-<!-- <version>1.3</version>-->
-<!-- </dependency>-->
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+ </dependency>
<dependency>
<groupId>org.openid4java</groupId>
More information about the seam-commits
mailing list