From 3c047ed4b117b7c4bfdaf792125fd0620917ffa6 Mon Sep 17 00:00:00 2001 From: Patrick Marx Date: Sat, 10 Sep 2016 11:00:28 +0200 Subject: [PATCH] include Google Guava only in test compilation --- build.gradle | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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