[webbeans-commits] Webbeans SVN: r3534 - tck/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Aug 16 14:06:59 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-08-16 14:06:59 -0400 (Sun, 16 Aug 2009)
New Revision: 3534

Modified:
   tck/trunk/pom.xml
Log:
oops, forgot to commit

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-08-16 17:53:48 UTC (rev 3533)
+++ tck/trunk/pom.xml	2009-08-16 18:06:59 UTC (rev 3534)
@@ -123,6 +123,11 @@
             <version>1.2_10</version>
          </dependency>
          <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.0.CR3</version>
+         </dependency>
+         <dependency>
             <groupId>javax.xml.ws</groupId>
             <artifactId>jaxws-api</artifactId>
             <version>2.1</version>




More information about the weld-commits mailing list