projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updated for future use with later PRs
[pub/Android/ownCloud.git]
/
automationTest
/
pom.xml
diff --git
a/automationTest/pom.xml
b/automationTest/pom.xml
index
eded8e8
..
548da37
100644
(file)
--- a/
automationTest/pom.xml
+++ b/
automationTest/pom.xml
@@
-20,6
+20,15
@@
</includes>
</configuration>
</plugin>
</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>
</plugins>
</pluginManagement>
</build>
@@
-47,7
+56,7
@@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<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>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
@@
-66,5
+75,4
@@
<scope>provided</scope>
</dependency>
</dependencies>
<scope>provided</scope>
</dependency>
</dependencies>
-
</project>
\ No newline at end of file
</project>
\ No newline at end of file