Author: gnodet
Date: Mon May 19 04:40:27 2008
New Revision: 657796
URL: http://svn.apache.org/viewvc?rev=657796&view=rev
Log:
Fix wsn2005 compilation on maven 2.0.9
Modified:
servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml
Modified: servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml?rev=657796&r1=657795&r2=657796&view=diff
==============================================================================
--- servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml (original)
+++ servicemix/smx3/trunk/tooling/xfire-maven-plugin/pom.xml Mon May 19
04:40:27 2008
@@ -91,6 +91,11 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <version>${jaxb.impl.version}</version>
+ </dependency>
</dependencies>