[seam-commits] Seam SVN: r15428 - branches/enterprise/WFK-2_1/bom.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 26 11:33:24 EST 2013


Author: manaRH
Date: 2013-02-26 11:33:24 -0500 (Tue, 26 Feb 2013)
New Revision: 15428

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
Log:
updated hibernate-commons-annotations version and removed httpclient dep

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2013-02-26 16:33:17 UTC (rev 15427)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2013-02-26 16:33:24 UTC (rev 15428)
@@ -43,7 +43,6 @@
         <version.testng>5.14.10</version.testng>
         <version.richfaces>4.3.0.Final-redhat-1</version.richfaces>
         <version.arquillian_core>1.0.1.Final</version.arquillian_core>
-        <version.org.hibernate.search>4.1.1.Final-redhat-1</version.org.hibernate.search>
         <version.org.jboss.bom>1.0.4.Final-redhat-1</version.org.jboss.bom>
 		<!-- ***************** -->
 		<!-- Repository Deployment URLs -->
@@ -80,7 +79,7 @@
    			<dependency>
 	   			<groupId>org.hibernate</groupId>
 	   			<artifactId>hibernate-commons-annotations</artifactId>
-	   			<version>3.2.0.Final-redhat-1</version>
+	   			<version>3.2.0.Final-redhat-2</version>
 	   		</dependency>
 			
 			<!-- not supported shrinkwrap artifacts -->
@@ -304,12 +303,6 @@
 				<version>1.2</version>
 			</dependency>
 
-			<dependency>
-				<groupId>commons-httpclient</groupId>
-				<artifactId>commons-httpclient</artifactId>
-				<version>3.1-jbossorg-1</version>
-			</dependency>	
-
 			<!-- Excel export module dependency -->
 			<dependency>
 				<groupId>net.sourceforge.jexcelapi</groupId>



More information about the seam-commits mailing list