diff options
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |