Author: dan.j.allen
Date: 2009-06-17 13:21:15 -0400 (Wed, 17 Jun 2009)
New Revision: 2844
Modified:
tck/trunk/impl/pom.xml
Log:
add missing web service client/server dependencies
Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml 2009-06-17 17:20:30 UTC (rev 2843)
+++ tck/trunk/impl/pom.xml 2009-06-17 17:21:15 UTC (rev 2844)
@@ -73,6 +73,11 @@
</dependency>
<dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
@@ -287,6 +292,19 @@
</build>
</profile>
- </profiles>
+ <profile>
+ <id>javax.xml.ws</id>
+ <activation>
+ <jdk>1.5</jdk>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
</project>
Show replies by date