Merge branch 'android-test-dependency-fix' of git://github.com/TomHennen/AntennaPod into TomHennen-android-test-dependency-fix
This commit is contained in:
commit
3cf1646c91
5
pom.xml
5
pom.xml
|
@ -27,6 +27,11 @@
|
|||
<version>18</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.android</groupId>
|
||||
<artifactId>android-test</artifactId>
|
||||
<version>2.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
Loading…
Reference in New Issue