Author: aheritier
Date: 2009-11-19 20:34:19 -0500 (Thu, 19 Nov 2009)
New Revision: 719
Modified:
components/wsrp/trunk/test/pom.xml
Log:
GTNWSRP-1 : Add missing saaj-api dep for Java 5
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2009-11-20 01:15:17 UTC (rev 718)
+++ components/wsrp/trunk/test/pom.xml 2009-11-20 01:34:19 UTC (rev 719)
@@ -30,6 +30,10 @@
<groupId>org.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>
+ <dependency>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </dependency>
</dependencies>
Show replies by date