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 2008/05/19 13:33:59 UTC

svn commit: r657795 - /servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml

Author: gnodet
Date: Mon May 19 04:33:58 2008
New Revision: 657795

URL: http://svn.apache.org/viewvc?rev=657795&view=rev
Log:
Fix wsn2005 compilation on maven 2.0.9

Modified:
    servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml?rev=657795&r1=657794&r2=657795&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/tooling/xfire-maven-plugin/pom.xml Mon May 19 04:33:58 2008
@@ -87,6 +87,11 @@
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-xjc</artifactId>
+            <version>${jaxb.impl.version}</version>
+        </dependency>
   
     </dependencies>