[hibernate-commits] Hibernate SVN: r19393 - core/branches/Branch_3_3_2_GA_CP/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 6 18:27:57 EDT 2010


Author: stliu
Date: 2010-05-06 18:27:57 -0400 (Thu, 06 May 2010)
New Revision: 19393

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

Modified: core/branches/Branch_3_3_2_GA_CP/core/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-05-06 19:08:18 UTC (rev 19392)
+++ core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-05-06 22:27:57 UTC (rev 19393)
@@ -49,18 +49,26 @@
             <version>1.1</version>
         </dependency>
         <dependency>
-            <groupId>javax.security</groupId>
-            <artifactId>jaas</artifactId>
-            <version>1.0.01</version>
+            <groupId>org.jboss.javaee</groupId>
+            <artifactId>jboss-jacc-api</artifactId>
+            <version>1.1.0.GA</version>
             <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jboss.javaee</groupId>
+                    <artifactId>jboss-servlet-api_3.0</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>
         </dependency>
         <dependency>
-            <groupId>javax.security</groupId>
-            <artifactId>jacc</artifactId>
-            <version>1.0</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.6.5</version>



More information about the hibernate-commits mailing list