Skip to content

Commit

Permalink
Merge pull request #32 from patrickmx/testcompile
Browse files Browse the repository at this point in the history
Include Google Guava only in test compilation
  • Loading branch information
joshjdevl authored Sep 10, 2016
2 parents e89cb1d + 3c047ed commit 056face
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 056face

Please sign in to comment.