[seam-commits] Seam SVN: r14651 - in branches/enterprise/WFK_2_0_PRE: jboss-seam-remoting and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu May 3 06:59:51 EDT 2012


Author: manaRH
Date: 2012-05-03 06:59:46 -0400 (Thu, 03 May 2012)
New Revision: 14651

Modified:
   branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
   branches/enterprise/WFK_2_0_PRE/pom.xml
Log:
updated dependencies for ER5

Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml	2012-05-02 15:03:47 UTC (rev 14650)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml	2012-05-03 10:59:46 UTC (rev 14651)
@@ -68,6 +68,11 @@
 			            <artifactId>commons-collections</artifactId>
 			            <version>3.2.1-redhat-1</version>
 			        </dependency>
+		            <dependency>
+			            <groupId>commons-lang</groupId>
+			            <artifactId>commons-lang</artifactId>
+			            <version>2.6-redhat-1</version>
+			        </dependency>
 			        <dependency>
                         <groupId>net.sourceforge.nekohtml</groupId>
                         <artifactId>nekohtml</artifactId>

Modified: branches/enterprise/WFK_2_0_PRE/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/pom.xml	2012-05-02 15:03:47 UTC (rev 14650)
+++ branches/enterprise/WFK_2_0_PRE/pom.xml	2012-05-03 10:59:46 UTC (rev 14651)
@@ -58,8 +58,8 @@
 		<version.jsf2>2.1.7-redhat-1</version.jsf2>
 		<version.junit>4.8.2</version.junit>
 		<version.hibernatevalidator>4.2.0.Final-redhat-1</version.hibernatevalidator>
-		<version.hibernatesearch>4.1.0.Final-redhat-1</version.hibernatesearch>
-		<version.hcore>4.1.1.Final-redhat-1</version.hcore>
+		<version.hibernatesearch>4.1.1.ER1-redhat-1</version.hibernatesearch>
+		<version.hcore>4.1.3.ER1-redhat-1</version.hcore>
 
 		<!-- ***************** -->
 		<!-- Repository Deployment URLs -->
@@ -381,6 +381,12 @@
 				<groupId>org.hibernate</groupId>
 				<artifactId>hibernate-search</artifactId>
 				<version>${version.hibernatesearch}</version>
+				<exclusions>
+					<exclusion>
+						<groupId>org.apache.avro</groupId>
+						<artifactId>avro</artifactId>
+					</exclusion>
+				</exclusions>
 			</dependency>
 
 			<dependency>



More information about the seam-commits mailing list