Author: ningjiang
Date: Tue Jan 4 12:35:29 2011
New Revision: 1054997
URL: http://svn.apache.org/viewvc?rev=1054997&view=rev
Log:
Fixed the dependency issue of jaxws-api-2.2
Modified:
servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
Modified: servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml?rev=1054997&r1=1054996&r2=1054997&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml Tue Jan 4 12:35:29 2011
@@ -59,7 +59,7 @@
</dependency>
<dependency>
<groupId>org.apache.servicemix.specs</groupId>
- <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
+ <artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>