[webbeans-commits] Webbeans SVN: r2843 - tck/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Wed Jun 17 13:20:31 EDT 2009
Author: dan.j.allen
Date: 2009-06-17 13:20:30 -0400 (Wed, 17 Jun 2009)
New Revision: 2843
Modified:
tck/trunk/pom.xml
Log:
add versions for missing dependencies
Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml 2009-06-17 15:58:19 UTC (rev 2842)
+++ tck/trunk/pom.xml 2009-06-17 17:20:30 UTC (rev 2843)
@@ -109,6 +109,11 @@
<version>1.2_10</version>
</dependency>
<dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -138,6 +143,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>1.0-MR1</version>
+ </dependency>
+ <dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
More information about the weld-commits
mailing list