Author: ffang
Date: Sun Jun 12 05:15:43 2011
New Revision: 1134865

URL: http://svn.apache.org/viewvc?rev=1134865&view=rev
Log:
[SMXCOMP-878]add cxf simple frontend dependency to the JBI installer so that 
WSDLGetInterceptor is available in SMX3

Modified:
    servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1134865&r1=1134864&r2=1134865&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Sun Jun 12 
05:15:43 2011
@@ -121,6 +121,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-simple</artifactId>
+            <version>${cxf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
             <version>${cxf.version}</version>
             <exclusions>


Reply via email to