[seam-commits] Seam SVN: r14399 - in branches/community/Seam_2_3: jboss-seam-parent and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 14 13:44:21 EDT 2012


Author: manaRH
Date: 2012-03-14 13:44:21 -0400 (Wed, 14 Mar 2012)
New Revision: 14399

Modified:
   branches/community/Seam_2_3/examples-ee6/booking/pom.xml
   branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
removed some dependency Management from booking parent and let it to define that on examples-ee6 depmgmt

Modified: branches/community/Seam_2_3/examples-ee6/booking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/pom.xml	2012-03-14 17:44:12 UTC (rev 14398)
+++ branches/community/Seam_2_3/examples-ee6/booking/pom.xml	2012-03-14 17:44:21 UTC (rev 14399)
@@ -43,26 +43,6 @@
                 <version>${project.version}</version>
                 <type>ear</type>
             </dependency>
-            <dependency>
-            	<groupId>org.hibernate</groupId>
-            	<artifactId>hibernate-validator</artifactId>
-            	<version>4.2.0.Final</version>
-            </dependency>
-            <dependency>
-            	<groupId>org.hibernate</groupId>
-            	<artifactId>hibernate-entitymanager</artifactId>
-            	<version>4.0.1.Final</version>
-            </dependency>
-            <dependency>
-            	<groupId>org.slf4j</groupId>
-            	<artifactId>slf4j-log4j12</artifactId>
-            	<version>1.6.1</version>
-            </dependency>
-            <dependency>
-            	<groupId>org.slf4j</groupId>
-            	<artifactId>slf4j-api</artifactId>
-            	<version>1.6.1</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>

Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2012-03-14 17:44:12 UTC (rev 14398)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2012-03-14 17:44:21 UTC (rev 14399)
@@ -52,6 +52,7 @@
 		<version.jsf2>2.1.5</version.jsf2>
 		<version.junit>4.8.2</version.junit>
 		<version.hibernatevalidator>4.2.0.Final</version.hibernatevalidator>
+		<version.hibernatesearch>4.0.0.Final</version.hibernatesearch>
 		<version.hcore>4.0.1.Final</version.hcore>
 
 		<!-- ***************** -->
@@ -395,7 +396,7 @@
 			<dependency>
 				<groupId>org.hibernate</groupId>
 				<artifactId>hibernate-search</artifactId>
-				<version>3.1.1.GA</version>
+				<version>${version.hibernatesearch}</version>
 			</dependency>
 
 			<dependency>



More information about the seam-commits mailing list