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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Feb 8 06:41:37 EST 2010


Author: manaRH
Date: 2010-02-08 06:41:37 -0500 (Mon, 08 Feb 2010)
New Revision: 12017

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-3694 upgraded hibernate dependencies

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2010-02-08 10:13:30 UTC (rev 12016)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2010-02-08 11:41:37 UTC (rev 12017)
@@ -46,8 +46,14 @@
       <artifactId>hibernate-search</artifactId>
       <optional>true</optional>
     </dependency>
-    
+
     <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <optional>true</optional>
+    </dependency>
+        
+    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
       <optional>true</optional>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2010-02-08 10:13:30 UTC (rev 12016)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2010-02-08 11:41:37 UTC (rev 12017)
@@ -385,7 +385,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-core</artifactId>
-        <version>3.3.2.GA</version>
+        <version>3.3.2.GA_CP01</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -413,7 +413,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-annotations</artifactId>
-        <version>3.4.0.GA</version>
+        <version>3.4.0.GA_CP01</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>
@@ -437,7 +437,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-entitymanager</artifactId>
-        <version>3.4.0.GA</version>
+        <version>3.4.0.GA_CP01</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -473,8 +473,14 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-search</artifactId>
-        <version>3.1.1.GA</version>
+        <version>3.1.1.GA_CP01</version>
       </dependency>
+      
+      <dependency>
+      	<groupId>org.apache.lucene</groupId>
+      	<artifactId>lucene-core</artifactId>
+      	<version>2.4.1</version>
+      </dependency>
 
       <dependency>
         <groupId>com.sun.facelets</groupId>



More information about the seam-commits mailing list