[hibernate-commits] Hibernate SVN: r19152 - in search/trunk: hibernate-search and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 1 11:26:51 EDT 2010


Author: sannegrinovero
Date: 2010-04-01 11:26:50 -0400 (Thu, 01 Apr 2010)
New Revision: 19152

Modified:
   search/trunk/hibernate-search/pom.xml
   search/trunk/pom.xml
Log:
HSEARCH-482 Update dependencies to Hibernate Core 3.5.0-Final

Modified: search/trunk/hibernate-search/pom.xml
===================================================================
--- search/trunk/hibernate-search/pom.xml	2010-04-01 15:12:56 UTC (rev 19151)
+++ search/trunk/hibernate-search/pom.xml	2010-04-01 15:26:50 UTC (rev 19152)
@@ -50,8 +50,8 @@
             <artifactId>hibernate-commons-annotations</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.hibernate.java-persistence</groupId>
-            <artifactId>jpa-api</artifactId>
+            <groupId>org.hibernate.javax.persistence</groupId>
+            <artifactId>hibernate-jpa-2.0-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>
@@ -72,16 +72,6 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-codec</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-io</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
             <groupId>jgroups</groupId>
             <artifactId>jgroups</artifactId>
             <optional>true</optional>

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-04-01 15:12:56 UTC (rev 19151)
+++ search/trunk/pom.xml	2010-04-01 15:26:50 UTC (rev 19152)
@@ -127,7 +127,7 @@
     <properties>
         <slf4jVersion>1.5.8</slf4jVersion>
         <luceneVersion>2.9.2</luceneVersion>
-        <hibernateVersion>3.5.0-CR-2</hibernateVersion>
+        <hibernateVersion>3.5.0-Final</hibernateVersion>
         <hibernateCommonsAnnotationVersion>3.2.0.Final</hibernateCommonsAnnotationVersion>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
@@ -164,9 +164,9 @@
                 <version>${hibernateCommonsAnnotationVersion}</version>
             </dependency>
             <dependency>
-                <groupId>org.hibernate.java-persistence</groupId>
-                <artifactId>jpa-api</artifactId>
-                <version>2.0-cr-1</version>
+                <groupId>org.hibernate.javax.persistence</groupId>
+                <artifactId>hibernate-jpa-2.0-api</artifactId>
+                <version>1.0.0.Final</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.lucene</groupId>
@@ -238,16 +238,6 @@
                 <version>${luceneVersion}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.3.2</version>
-            </dependency>
-            <dependency>
                 <groupId>javax.jms</groupId>
                 <artifactId>jms</artifactId>
                 <version>1.1</version>
@@ -263,12 +253,6 @@
                 <version>1.0</version>
             </dependency>
             <dependency>
-                <groupId>javassist</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.4.GA</version>
-                <optional>true</optional>
-            </dependency> 
-            <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>3.8.1</version>



More information about the hibernate-commits mailing list