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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Mar 11 09:17:32 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-11 09:17:32 -0400 (Wed, 11 Mar 2009)
New Revision: 1914

Modified:
   tck/trunk/pom.xml
Log:
switch to using harness project

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-03-11 13:17:20 UTC (rev 1913)
+++ tck/trunk/pom.xml	2009-03-11 13:17:32 UTC (rev 1914)
@@ -140,7 +140,16 @@
             <artifactId>htmlunit</artifactId>
             <version>2.4</version>
          </dependency>
-         
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-api</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+         </dependency>
       </dependencies>
    </dependencyManagement>
 




More information about the weld-commits mailing list