Skip to content

Commit

Permalink
Added commons-io dependency
Browse files Browse the repository at this point in the history
The absence of Commons-IO breaks the build in Java 8 / Groovy 2.4
  • Loading branch information
seize-the-dave committed Nov 21, 2014
1 parent 3afbc71 commit 53a6e93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ grails.project.dependency.resolution = {

// Better Zip Support
'org.apache.commons:commons-compress:1.8',

// Better IO Support
'commons-io:commons-io:2.4',

// Easier Java from Joshua Bloch and Google
'com.google.guava:guava:14.0',
Expand Down

0 comments on commit 53a6e93

Please sign in to comment.