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>
13 <groupId>junit
</groupId>
14 <artifactId>junit
</artifactId>
15 <version>4.11</version>
18 <groupId>org.seleniumhq.selenium
</groupId>
19 <artifactId>selenium-java
</artifactId>
20 <version>2.44.0</version>
23 <groupId>io.selendroid
</groupId>
24 <version>0.9.0</version>
25 <artifactId>selendroid-standalone
</artifactId>
28 <groupId>io.selendroid
</groupId>
29 <version>0.9.0</version>
30 <artifactId>selendroid-client
</artifactId>
33 <groupId>io.appium
</groupId>
34 <artifactId>java-client
</artifactId>
35 <version>2.1.0</version>
38 <groupId>commons-lang
</groupId>
39 <artifactId>commons-lang
</artifactId>
40 <version>2.6</version>
43 <groupId>org.apache.httpcomponents
</groupId>
44 <artifactId>httpclient
</artifactId>
45 <version>4.3.1</version>
48 <groupId>com.google.android
</groupId>
49 <artifactId>android
</artifactId>
50 <version>4.1.1.4</version>
51 <scope>provided
</scope>