[seam-commits] Seam SVN: r14162 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Sep 1 08:07:14 EDT 2011


Author: manaRH
Date: 2011-09-01 08:07:13 -0400 (Thu, 01 Sep 2011)
New Revision: 14162

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
Log:
JBPAPP-5086 fixed uncommentting

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2011-09-01 11:49:05 UTC (rev 14161)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2011-09-01 12:07:13 UTC (rev 14162)
@@ -319,17 +319,17 @@
 <!--      <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>
         <optional>true</optional>
-    </dependency>-->
+    </dependency>
     
     <dependency>
         <groupId>org.openid4java</groupId>



More information about the seam-commits mailing list