[weld-commits] Weld SVN: r6837 - core/trunk/tests.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 29 07:34:15 EDT 2010


Author: aslak
Date: 2010-07-29 07:34:15 -0400 (Thu, 29 Jul 2010)
New Revision: 6837

Modified:
   core/trunk/tests/pom.xml
Log:
WELD-493 Updated tests to use Servlet 3.0 API

Modified: core/trunk/tests/pom.xml
===================================================================
--- core/trunk/tests/pom.xml	2010-07-29 03:37:52 UTC (rev 6836)
+++ core/trunk/tests/pom.xml	2010-07-29 11:34:15 UTC (rev 6837)
@@ -63,8 +63,8 @@
       </dependency>
 
       <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
+         <groupId>org.jboss.spec.javax.servlet</groupId> 
+         <artifactId>jboss-servlet-api_3.0_spec</artifactId> 
       </dependency>
 
       <dependency>



More information about the weld-commits mailing list