You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/23 16:54:48 UTC

svn commit: r478605 - /incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml

Author: gnodet
Date: Thu Nov 23 07:54:47 2006
New Revision: 478605

URL: http://svn.apache.org/viewvc?view=rev&rev=478605
Log:
SM-754: Issues with jsr181 proxies using jaxws + doc/lit wrapped.
This fix should be in xfire, but in the mean time ...

Modified:
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml?view=diff&rev=478605&r1=478604&r2=478605
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml Thu Nov 23 07:54:47 2006
@@ -44,6 +44,11 @@
       <artifactId>xfire-jaxb2</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.xfire</groupId>
+      <artifactId>xfire-jaxws</artifactId>
+      <version>${xfire-version}</version>
+    </dependency>
+    <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
     </dependency>