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/04/23 02:50:59 UTC

svn commit: r767747 - /cxf/trunk/rt/frontend/jaxrs/pom.xml

Author: dkulp
Date: Thu Apr 23 00:50:58 2009
New Revision: 767747

URL: http://svn.apache.org/viewvc?rev=767747&view=rev
Log:
Exclude the simple frontend which sucks in soap.   Not needed in jaxrs.

Modified:
    cxf/trunk/rt/frontend/jaxrs/pom.xml

Modified: cxf/trunk/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=767747&r1=767746&r2=767747&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxrs/pom.xml Thu Apr 23 00:50:58 2009
@@ -84,6 +84,12 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
             <version>${project.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.cxf</groupId>
+                    <artifactId>cxf-rt-frontend-simple</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>