[hibernate-commits] Hibernate SVN: r17953 - core/branches/Branch_3_3/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Nov 10 16:59:05 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-10 16:59:05 -0500 (Tue, 10 Nov 2009)
New Revision: 17953

Modified:
   core/branches/Branch_3_3/core/pom.xml
Log:
HHH-4548 - Alter poms to not use javax.* artifacts under Sun proprietary license

Modified: core/branches/Branch_3_3/core/pom.xml
===================================================================
--- core/branches/Branch_3_3/core/pom.xml	2009-11-10 21:27:01 UTC (rev 17952)
+++ core/branches/Branch_3_3/core/pom.xml	2009-11-10 21:59:05 UTC (rev 17953)
@@ -44,33 +44,19 @@
 
         <dependency>
             <!-- YUCK, YUCK, YUCK!!!! -->
-            <groupId>org.jboss.javaee</groupId>
-            <artifactId>jboss-transaction-api</artifactId>
-            <version>1.0.1.GA</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jboss.javaee</groupId>
-                    <artifactId>jboss-servlet-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jboss.logging</groupId>
-                    <artifactId>jboss-logging-spi</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jboss</groupId>
-                    <artifactId>jboss-common-core</artifactId>
-                </exclusion>
-            </exclusions>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.javaee</groupId>
             <artifactId>jboss-jacc-api</artifactId>
-            <version>1.1.0.GA</version>
+            <version>1.1.1-SNAPSHOT</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
-                    <groupId>org.jboss.javaee</groupId>
-                    <artifactId>jboss-servlet-api</artifactId>
+                    <groupId>jboss.web</groupId>
+                    <artifactId>servlet-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.jboss.logging</groupId>



More information about the hibernate-commits mailing list