You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/03/13 22:17:31 UTC

svn commit: r753421 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Fri Mar 13 21:17:29 2009
New Revision: 753421

URL: http://svn.apache.org/viewvc?rev=753421&view=rev
Log:
Remove jetty's servlet-api jar from distro

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=753421&r1=753420&r2=753421&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Mar 13 21:17:29 2009
@@ -552,6 +552,10 @@
                         <groupId>org.mortbay.jetty</groupId>
                         <artifactId>servlet-api-2.5</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.mortbay.jetty</groupId>
+                        <artifactId>servlet-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>