Author: pete.muir(a)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>
Show replies by date