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>

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

Reply via email to