[jboss-cvs] JBossAS SVN: r111790 - trunk/resteasy-int/test/cdi-test-2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 20 04:38:46 EDT 2011


Author: jharting
Date: 2011-07-20 04:38:46 -0400 (Wed, 20 Jul 2011)
New Revision: 111790

Modified:
   trunk/resteasy-int/test/cdi-test-2/pom.xml
Log:
minor

Modified: trunk/resteasy-int/test/cdi-test-2/pom.xml
===================================================================
--- trunk/resteasy-int/test/cdi-test-2/pom.xml	2011-07-20 08:25:16 UTC (rev 111789)
+++ trunk/resteasy-int/test/cdi-test-2/pom.xml	2011-07-20 08:38:46 UTC (rev 111790)
@@ -35,6 +35,12 @@
 			<artifactId>resteasy-jaxrs</artifactId>
 			<version>${version.org.jboss.resteasy}</version>
 			<scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>jboss.web</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
 		</dependency>
 
 		<dependency>



More information about the jboss-cvs-commits mailing list