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>


Reply via email to