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

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


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

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-18 15:14:20 UTC (rev 19539)
+++ core/branches/Branch_3_3_2_GA_CP/core/pom.xml	2010-05-18 15:18:02 UTC (rev 19540)
@@ -56,7 +56,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>jboss.web</groupId>
-                    <artifactId>jboss-servlet-api</artifactId>
+                    <artifactId>servlet-api</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.jboss.logging</groupId>



More information about the hibernate-commits mailing list