mirror of https://github.com/apache/archiva.git
upgrade selenium version used
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31ee82d0d9
commit
c6066ec4b2
|
@ -40,6 +40,7 @@
|
||||||
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
||||||
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
||||||
<seleniumPluginVersion>2.0</seleniumPluginVersion>
|
<seleniumPluginVersion>2.0</seleniumPluginVersion>
|
||||||
|
<selenium-server.version>2.5.0</selenium-server.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -145,6 +146,25 @@
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>selenium-maven-plugin</artifactId>
|
<artifactId>selenium-maven-plugin</artifactId>
|
||||||
<version>${seleniumPluginVersion}</version>
|
<version>${seleniumPluginVersion}</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.seleniumhq.selenium</groupId>
|
||||||
|
<artifactId>selenium-server</artifactId>
|
||||||
|
<version>${selenium-server.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.seleniumhq.selenium</groupId>
|
||||||
|
<artifactId>selenium-remote-driver</artifactId>
|
||||||
|
<version>${selenium-server.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.seleniumhq.selenium</groupId>
|
||||||
|
<artifactId>selenium-api</artifactId>
|
||||||
|
<version>${selenium-server.version}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.rat</groupId>
|
<groupId>org.apache.rat</groupId>
|
||||||
|
|
Loading…
Reference in New Issue