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>

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

Reply via email to