Merge branch 'release-1.8' of https://github.com/owncloud/android into material_buttons
[pub/Android/ownCloud.git] / automationTest / pom.xml
index eded8e8..548da37 100644 (file)
                        </includes>
                        </configuration>
                </plugin>
+               <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <version>3.3</version>
+               <configuration>
+               <source>1.7</source>
+               <target>1.7</target>
+        </configuration>
+      </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -47,7 +56,7 @@
     <dependency>
         <groupId>io.appium</groupId>
         <artifactId>java-client</artifactId>
-        <version>2.1.0</version>
+        <version>2.2.0</version>
     </dependency>
     <dependency>
         <groupId>commons-lang</groupId>
@@ -66,5 +75,4 @@
        <scope>provided</scope>
   </dependency>
 </dependencies>
-
 </project>
\ No newline at end of file