Author: alexsmirnov
Date: 2010-05-11 15:23:53 -0400 (Tue, 11 May 2010)
New Revision: 16994
Modified:
root/ui/core/trunk/api/pom.xml
Log:
remove duplicated dependencies
Modified: root/ui/core/trunk/api/pom.xml
===================================================================
--- root/ui/core/trunk/api/pom.xml 2010-05-11 18:03:47 UTC (rev 16993)
+++ root/ui/core/trunk/api/pom.xml 2010-05-11 19:23:53 UTC (rev 16994)
@@ -111,16 +111,6 @@
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.test-jsf</groupId>
- <artifactId>htmlunit-client</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.test-jsf</groupId>
- <artifactId>jsf-mock</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<profiles>