[jboss-cvs] JBossAS SVN: r73029 - in trunk: ejb3 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 2 15:34:58 EDT 2008


Author: pgier
Date: 2008-05-02 15:34:58 -0400 (Fri, 02 May 2008)
New Revision: 73029

Modified:
   trunk/component-matrix/pom.xml
   trunk/ejb3/pom.xml
   trunk/embedded/pom.xml
   trunk/hibernate-int/pom.xml
   trunk/thirdparty/pom.xml
Log:
[JBAS-5133] Revert hibernate dependency to 3.2.4.SP1 until logging issues can be resolved.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-05-02 17:45:41 UTC (rev 73028)
+++ trunk/component-matrix/pom.xml	2008-05-02 19:34:58 UTC (rev 73029)
@@ -904,9 +904,9 @@
       </dependency>
       
       <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-core</artifactId>
-        <version>3.3.0.CR1</version>
+        <groupId>hibernate</groupId>
+        <artifactId>hibernate3</artifactId>
+        <version>3.2.4.SP1</version>
       </dependency>
       
       <dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-05-02 17:45:41 UTC (rev 73028)
+++ trunk/ejb3/pom.xml	2008-05-02 19:34:58 UTC (rev 73029)
@@ -32,8 +32,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
     </dependency>
     
     <dependency>

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2008-05-02 17:45:41 UTC (rev 73028)
+++ trunk/embedded/pom.xml	2008-05-02 19:34:58 UTC (rev 73029)
@@ -61,8 +61,8 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>

Modified: trunk/hibernate-int/pom.xml
===================================================================
--- trunk/hibernate-int/pom.xml	2008-05-02 17:45:41 UTC (rev 73028)
+++ trunk/hibernate-int/pom.xml	2008-05-02 19:34:58 UTC (rev 73029)
@@ -39,14 +39,10 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-jmx</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-system-jmx</artifactId>
     </dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-05-02 17:45:41 UTC (rev 73028)
+++ trunk/thirdparty/pom.xml	2008-05-02 19:34:58 UTC (rev 73029)
@@ -656,20 +656,6 @@
             </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
-              <artifactId>hibernate-core</artifactId>
-              <mapping>
-                <componentId>hibernate</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>org.hibernate</groupId>
-              <artifactId>hibernate-jmx</artifactId>
-              <mapping>
-                <componentId>hibernate</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>org.hibernate</groupId>
               <artifactId>hibernate-annotations</artifactId>
               <mapping>
                 <componentId>hibernate-annotations</componentId>
@@ -1051,15 +1037,11 @@
       <artifactId>hibernate-annotations</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-jmx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
       <artifactId>ejb3-persistence</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list