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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 18 02:13:11 EDT 2010


Author: stliu
Date: 2010-05-18 02:13:11 -0400 (Tue, 18 May 2010)
New Revision: 19533

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-17 16:16:27 UTC (rev 19532)
+++ core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-05-18 06:13:11 UTC (rev 19533)
@@ -56,7 +56,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.jboss.javaee</groupId>
-                    <artifactId>jboss-servlet-api_3.0</artifactId>
+                    <artifactId>jboss-servlet-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.jboss.logging</groupId>



More information about the hibernate-commits mailing list