[jboss-cvs] Repository SVN: r20039 - maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 16:10:37 EST 2008


Author: nbelaevski
Date: 2008-12-18 16:10:37 -0500 (Thu, 18 Dec 2008)
New Revision: 20039

Added:
   maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5/richfaces-test-3.3.0.BETA5.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5/richfaces-test-3.3.0.BETA5.pom

Added: maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5/richfaces-test-3.3.0.BETA5.pom
===================================================================
--- maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5/richfaces-test-3.3.0.BETA5.pom	                        (rev 0)
+++ maven2/org/richfaces/framework/richfaces-test/3.3.0.BETA5/richfaces-test-3.3.0.BETA5.pom	2008-12-18 21:10:37 UTC (rev 20039)
@@ -0,0 +1,85 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<artifactId>framework</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.0.BETA5</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.framework</groupId>
+	<artifactId>richfaces-test</artifactId>
+	<version>3.3.0.BETA5</version>
+	<name>Ajax4Jsf test framework</name>
+	<url>https://ajax4jsf.dev.java.net</url>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.shale</groupId>
+			<artifactId>shale-test</artifactId>
+			<version>1.0.4</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.myfaces</groupId>
+					<artifactId>myfaces-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.apache.myfaces</groupId>
+					<artifactId>myfaces-impl</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>myfaces</groupId>
+					<artifactId>myfaces-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>myfaces</groupId>
+					<artifactId>myfaces-impl</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-impl</artifactId>
+			<version>3.3.0.BETA5</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.2_10</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.htmlunit</groupId>
+			<artifactId>htmlunit</artifactId>
+			<version>1.14</version>
+		</dependency>
+		<dependency>
+			<groupId>org.easymock</groupId>
+			<artifactId>easymock</artifactId>
+			<version>2.2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.easymock</groupId>
+			<artifactId>easymockclassextension</artifactId>
+			<version>2.2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>rhino</groupId>
+			<artifactId>js</artifactId>
+			<version>1.6R7</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<exclude>**/AjaxStateHolderTest.java</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list