Author: manaRH
Date: 2010-07-23 07:52:57 -0400 (Fri, 23 Jul 2010)
New Revision: 13488
Modified:
branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
upgrade of selenium-server a client to 1.0.3 and 1.0.2
Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2010-07-23 11:48:34 UTC
(rev 13487)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2010-07-23 11:52:57 UTC
(rev 13488)
@@ -360,13 +360,13 @@
<target name="copy.selenium" unless="copy.selenium.done">
<copyInlineDependencies id="selenium.server" scope="compile"
todir="${ftest.lib.dir}">
- <dependency groupId="org.seleniumhq.selenium.server"
artifactId="selenium-server" version="1.0.1"
classifier="standalone">
+ <dependency groupId="org.seleniumhq.selenium.server"
artifactId="selenium-server" version="1.0.3"
classifier="standalone">
<exclusion groupId="org.seleniumhq.selenium.core"
artifactId="selenium-core" />
<exclusion groupId="org.seleniumhq.selenium.server"
artifactId="selenium-server-coreless" />
<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.1">
+ <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" >
Show replies by date