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>
7 <groupId>com.owncloud
</groupId>
8 <artifactId>androidtest
</artifactId>
9 <version>1.0-SNAPSHOT
</version>
14 <groupId>org.apache.maven.plugins
</groupId>
15 <artifactId>maven-surefire-plugin
</artifactId>
16 <version>2.18.1</version>
19 <include>**/*Test**.java
</include>
28 <groupId>junit
</groupId>
29 <artifactId>junit
</artifactId>
30 <version>4.11</version>
33 <groupId>org.seleniumhq.selenium
</groupId>
34 <artifactId>selenium-java
</artifactId>
35 <version>2.45.0</version>
38 <groupId>io.selendroid
</groupId>
39 <version>0.9.0</version>
40 <artifactId>selendroid-standalone
</artifactId>
43 <groupId>io.selendroid
</groupId>
44 <version>0.9.0</version>
45 <artifactId>selendroid-client
</artifactId>
48 <groupId>io.appium
</groupId>
49 <artifactId>java-client
</artifactId>
50 <version>2.1.0</version>
53 <groupId>commons-lang
</groupId>
54 <artifactId>commons-lang
</artifactId>
55 <version>2.6</version>
58 <groupId>org.apache.httpcomponents
</groupId>
59 <artifactId>httpclient
</artifactId>
60 <version>4.3.1</version>
63 <groupId>com.google.android
</groupId>
64 <artifactId>android
</artifactId>
65 <version>4.1.1.4</version>
66 <scope>provided
</scope>