Author: antelder
Date: Tue Jan 13 03:01:40 2009
New Revision: 734102
URL: http://svn.apache.org/viewvc?rev=734102&view=rev
Log:
Add dependency on jaxws (as the code now uses the Holder class) so it compiles
on pre-JDK6
Modified:
tuscany/branches/sca-java-1.x/modules/core/pom.xml
Modified: tuscany/branches/sca-java-1.x/modules/core/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/core/pom.xml?rev=734102&r1=734101&r2=734102&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/core/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/core/pom.xml Tue Jan 13 03:01:40 2009
@@ -77,6 +77,19 @@
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
</dependency>
+
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>2.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
</dependencies>