Author: Alex.Kolonitsky
Date: 2010-05-17 10:20:08 -0400 (Mon, 17 May 2010)
New Revision: 17081
Modified:
root/core/trunk/parent/pom.xml
Log:
Modified: root/core/trunk/parent/pom.xml
===================================================================
--- root/core/trunk/parent/pom.xml 2010-05-17 14:16:50 UTC (rev 17080)
+++ root/core/trunk/parent/pom.xml 2010-05-17 14:20:08 UTC (rev 17081)
@@ -51,6 +51,22 @@
<scope>import</scope>
</dependency>
+ <!-- Test Dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.test-jsf</groupId>
+ <artifactId>jsf-mock</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.test-jsf</groupId>
+ <artifactId>htmlunit-client</artifactId>
+ <version>1.0.3</version>
+ </dependency>
<!--
These dependencies are usually provided by
org.jboss.test-jsf:htmlunit-client, but the latest 2.7
Show replies by date