Skip to content

Commit

Permalink
Added commons-collections dependency for closure support in validators
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Sep 12, 2015
1 parent d0b9d25 commit 325ff2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -64,6 +64,7 @@ dependencies {
compile "org.slf4j:slf4j-api:$slf4jVersion",
'commons-codec:commons-codec:1.9',
'org.apache.commons:commons-lang3:3.3.2',
'org.apache.commons:commons-collections4:4.0',
'org.codehaus.groovy:groovy-all:2.3.2',
'biz.aQute.bnd:bndlib:2.3.0'

Expand Down

0 comments on commit 325ff2d

Please sign in to comment.