diff --git a/build.gradle b/build.gradle
index ebbcb6d..0b47330 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ dependencies {
// TODO are these required in this lib project?
//compile fileTree(include: ['*.jar'], dir: 'libs')
//compile 'com.android.support:appcompat-v7:23.1.1'
- compile group: 'com.google.guava', name: 'guava', version: '19.0'
+ testCompile group: 'com.google.guava', name: 'guava', version: '19.0'
testCompile 'junit:junit:4.12'
}
diff --git a/pom.xml b/pom.xml
index 871064e..c59ad08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
com.google.guava
guava
19.0
+ test
junit