|
@@ -7,7 +7,22 @@
|
|
|
<groupId>com.owncloud</groupId>
|
|
|
<artifactId>androidtest</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
-
|
|
|
+ <build>
|
|
|
+ <pluginManagement>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <version>2.18.1</version>
|
|
|
+ <configuration>
|
|
|
+ <includes>
|
|
|
+ <include>**/*Test**.java</include>
|
|
|
+ </includes>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </pluginManagement>
|
|
|
+ </build>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
@@ -17,7 +32,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-java</artifactId>
|
|
|
- <version>2.44.0</version>
|
|
|
+ <version>2.45.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.selendroid</groupId>
|