updated for future use with later PRs
[pub/Android/ownCloud.git] / automationTest / pom.xml
index 373128b..548da37 100644 (file)
@@ -7,7 +7,31 @@
 <groupId>com.owncloud</groupId>
 <artifactId>androidtest</artifactId>
 <version>1.0-SNAPSHOT</version>
-
+  <build>
+    <pluginManagement>
+      <plugins>
+               <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-surefire-plugin</artifactId>
+                       <version>2.18.1</version>
+                       <configuration>
+                       <includes>
+                               <include>**/*Test**.java</include>
+                       </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>
 <dependencies>
     <dependency>
         <groupId>junit</groupId>
@@ -17,7 +41,7 @@
     <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-java</artifactId>
-        <version>2.44.0</version>
+        <version>2.45.0</version>
     </dependency>
     <dependency>
         <groupId>io.selendroid</groupId>
@@ -32,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>
@@ -51,5 +75,4 @@
        <scope>provided</scope>
   </dependency>
 </dependencies>
-
 </project>
\ No newline at end of file