373128be646b80d5902823aafe1650a93f3bbdda
[pub/Android/ownCloud.git] / automationTest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <groupId>com.owncloud</groupId>
8 <artifactId>androidtest</artifactId>
9 <version>1.0-SNAPSHOT</version>
10
11 <dependencies>
12 <dependency>
13 <groupId>junit</groupId>
14 <artifactId>junit</artifactId>
15 <version>4.11</version>
16 </dependency>
17 <dependency>
18 <groupId>org.seleniumhq.selenium</groupId>
19 <artifactId>selenium-java</artifactId>
20 <version>2.44.0</version>
21 </dependency>
22 <dependency>
23 <groupId>io.selendroid</groupId>
24 <version>0.9.0</version>
25 <artifactId>selendroid-standalone</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>io.selendroid</groupId>
29 <version>0.9.0</version>
30 <artifactId>selendroid-client</artifactId>
31 </dependency>
32 <dependency>
33 <groupId>io.appium</groupId>
34 <artifactId>java-client</artifactId>
35 <version>2.1.0</version>
36 </dependency>
37 <dependency>
38 <groupId>commons-lang</groupId>
39 <artifactId>commons-lang</artifactId>
40 <version>2.6</version>
41 </dependency>
42 <dependency>
43 <groupId>org.apache.httpcomponents</groupId>
44 <artifactId>httpclient</artifactId>
45 <version>4.3.1</version>
46 </dependency>
47 <dependency>
48 <groupId>com.google.android</groupId>
49 <artifactId>android</artifactId>
50 <version>4.1.1.4</version>
51 <scope>provided</scope>
52 </dependency>
53 </dependencies>
54
55 </project>