Index: ejb3/pom.xml =================================================================== --- ejb3/pom.xml (revision 108358) +++ ejb3/pom.xml (working copy) @@ -180,11 +180,6 @@ - org.hibernate - hibernate-annotations - - - jacorb jacorb Index: hibernate-int/pom.xml =================================================================== --- hibernate-int/pom.xml (revision 108358) +++ hibernate-int/pom.xml (working copy) @@ -89,10 +89,6 @@ hibernate-core - org.hibernate - hibernate-jmx - - org.jboss.jbossas jboss-as-system-jmx Index: component-matrix/pom.xml =================================================================== --- component-matrix/pom.xml (revision 108358) +++ component-matrix/pom.xml (working copy) @@ -63,7 +63,7 @@ 1.0-MR1 4.6 0.7.2 - 3.5.5-Final + 3.6.0.CR1 3.2.0.Final ${version.org.hibernate} 1.0.0.Final @@ -85,7 +85,7 @@ 1.0.0.Alpha2 2.2.17.GA 2.2.0.Alpha7 - 1.0.0-alpha-7 + 1.0.0-alpha-8 1.0.0-alpha-1 1.0-alpha-1 @@ -1719,22 +1719,6 @@ org.hibernate - hibernate-jmx - ${version.org.hibernate} - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-log4j12 - - - - - - org.hibernate hibernate-jbosscache ${version.org.hibernate} @@ -1747,18 +1731,6 @@ org.hibernate - hibernate-annotations - ${version.org.hibernate} - - - org.hibernate - hibernate - - - - - - org.hibernate hibernate-commons-annotations ${version.org.hibernate.commons.annotations} @@ -3469,6 +3441,18 @@ org.hibernate hibernate + + org.hibernate + hibernate-annotations + + + org.hibernate + hibernate-entitymanager + + + javax.persistence + persistence-api + Index: testsuite/src/main/org/jboss/test/hibernate/test/HibernateConfigurationUnitTestCase.java =================================================================== --- testsuite/src/main/org/jboss/test/hibernate/test/HibernateConfigurationUnitTestCase.java (revision 108358) +++ testsuite/src/main/org/jboss/test/hibernate/test/HibernateConfigurationUnitTestCase.java (working copy) @@ -17,7 +17,7 @@ import org.hibernate.cfg.Settings; import org.hibernate.dialect.HSQLDialect; import org.hibernate.engine.SessionFactoryImplementor; -import org.hibernate.test.tm.TransactionManagerLookupImpl; +import org.hibernate.testing.tm.TransactionManagerLookupImpl; import org.hibernate.transaction.JTATransactionFactory; import org.jboss.hibernate.deployers.metadata.BaseNamedElement; import org.jboss.hibernate.jmx.Hibernate; Index: testsuite/build.xml =================================================================== --- testsuite/build.xml (revision 108358) +++ testsuite/build.xml (working copy) @@ -278,7 +278,6 @@ - @@ -320,7 +319,6 @@ - Index: build/build-web.xml =================================================================== --- build/build-web.xml (revision 108358) +++ build/build-web.xml (working copy) @@ -100,7 +100,6 @@ - Index: build/build.xml =================================================================== --- build/build.xml (revision 108358) +++ build/build.xml (working copy) @@ -2084,7 +2084,6 @@ - @@ -2349,7 +2348,6 @@ - Index: client/pom.xml =================================================================== --- client/pom.xml (revision 108358) +++ client/pom.xml (working copy) @@ -26,11 +26,6 @@ - org.hibernate - hibernate-annotations - - - org.jboss.aop jboss-aop client