summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9ce200332..f945c9166 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,11 @@
<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>
<version>3.1</version>