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>
24 <groupId>org.apache.maven.plugins
</groupId>
25 <artifactId>maven-compiler-plugin
</artifactId>
26 <version>3.3</version>
37 <groupId>junit
</groupId>
38 <artifactId>junit
</artifactId>
39 <version>4.11</version>
42 <groupId>org.seleniumhq.selenium
</groupId>
43 <artifactId>selenium-java
</artifactId>
44 <version>2.45.0</version>
47 <groupId>io.selendroid
</groupId>
48 <version>0.9.0</version>
49 <artifactId>selendroid-standalone
</artifactId>
52 <groupId>io.selendroid
</groupId>
53 <version>0.9.0</version>
54 <artifactId>selendroid-client
</artifactId>
57 <groupId>io.appium
</groupId>
58 <artifactId>java-client
</artifactId>
59 <version>2.2.0</version>
62 <groupId>commons-lang
</groupId>
63 <artifactId>commons-lang
</artifactId>
64 <version>2.6</version>
67 <groupId>org.apache.httpcomponents
</groupId>
68 <artifactId>httpclient
</artifactId>
69 <version>4.3.1</version>
72 <groupId>com.google.android
</groupId>
73 <artifactId>android
</artifactId>
74 <version>4.1.1.4</version>
75 <scope>provided
</scope>