Author: andrei_exadel
Date: 2008-11-20 07:50:19 -0500 (Thu, 20 Nov 2008)
New Revision: 11264
Modified:
trunk/test-applications/regressionArea/regressionArea-ear/pom.xml
trunk/test-applications/regressionArea/regressionArea-web/pom.xml
Log:
RF-4924
Modified: trunk/test-applications/regressionArea/regressionArea-ear/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2008-11-20 12:01:53
UTC (rev 11263)
+++ trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2008-11-20 12:50:19
UTC (rev 11264)
@@ -89,10 +89,10 @@
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
- <exclusion>
+ <!--exclusion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- </exclusion>
+ </exclusion-->
<exclusion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
Modified: trunk/test-applications/regressionArea/regressionArea-web/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-web/pom.xml 2008-11-20 12:01:53
UTC (rev 11263)
+++ trunk/test-applications/regressionArea/regressionArea-web/pom.xml 2008-11-20 12:50:19
UTC (rev 11264)
@@ -16,12 +16,7 @@
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<version>${richversion}</version>
- <exclusions>
- <exclusion>
- <artifactId>commons-logging</artifactId>
- <groupId>commons-logging</groupId>
- </exclusion>
- </exclusions>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
@@ -32,6 +27,10 @@
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -208,12 +207,12 @@
src/test/resources/testng.xml
</suiteXmlFile>
</suiteXmlFiles>
- <properties>
+ <!--properties>
<property>
<name>listener</name>
<value>org.richfaces.TestAnnotationTransformer</value>
</property>
- </properties>
+ </properties-->
</configuration>
<executions>
<execution>