Author: chris.laprun(a)jboss.com
Date: 2009-10-02 12:30:12 -0400 (Fri, 02 Oct 2009)
New Revision: 235
Modified:
components/wsrp/trunk/wsrp1-ws/pom.xml
Log:
- Added javax.jws dependency so that WSRP should build on Java 5.
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2009-10-02 14:56:20 UTC (rev 234)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2009-10-02 16:30:12 UTC (rev 235)
@@ -38,5 +38,10 @@
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>1.0-MR1</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
Show replies by date