[seam-commits] Seam SVN: r13900 - branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Nov 1 08:45:07 EDT 2010
Author: jharting
Date: 2010-11-01 08:45:07 -0400 (Mon, 01 Nov 2010)
New Revision: 13900
Modified:
branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/build.xml
Log:
Minor ftest-related changes.
Modified: branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/build.xml 2010-10-29 16:00:59 UTC (rev 13899)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/build.xml 2010-11-01 12:45:07 UTC (rev 13900)
@@ -269,7 +269,7 @@
<exclusion groupId="org.apache.ant" artifactId="ant-trax" />
<exclusion groupId="org.apache.ant" artifactId="ant-nodeps" />
</dependency>
- <dependency groupId="org.seleniumhq.selenium.client-drivers" artifactId="selenium-java-client-driver" version="1.0.3">
+ <dependency groupId="org.seleniumhq.selenium.client-drivers" artifactId="selenium-java-client-driver" version="1.0.2">
<exclusion groupId="org.codehaus.groovy.maven.runtime" artifactId="gmaven-runtime-default" />
</dependency>
<dependency groupId="org.subethamail" artifactId="subethasmtp-smtp" version="1.2" >
@@ -283,7 +283,7 @@
<target name="copy.testng" unless="copy.testng.done">
<copyInlineDependencies id="selenium.server" scope="compile" todir="${ftest.lib.dir}">
- <dependency groupId="org.testng" artifactId="testng" version="5.9" />
+ <dependency groupId="org.testng" artifactId="testng" version="5.9" classifier="jdk15" />
</copyInlineDependencies>
<property name="copy.testng.done" value="true" />
</target>
More information about the seam-commits
mailing list