[jboss-cvs] JBossAS SVN: r110894 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 11 11:27:33 EST 2011


Author: fnasser at redhat.com
Date: 2011-03-11 11:27:33 -0500 (Fri, 11 Mar 2011)
New Revision: 110894

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Do not let juddi bring in forbidden servlet-api

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-11 15:55:46 UTC (rev 110893)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-11 16:27:33 UTC (rev 110894)
@@ -1089,6 +1089,12 @@
         <groupId>juddi</groupId>
         <artifactId>juddi</artifactId>
         <version>2.0.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>



More information about the jboss-cvs-commits mailing list