Skip to content

Commit

Permalink
Merge pull request #4 from goeh/master
Browse files Browse the repository at this point in the history
Added commons-collections dependency because it's included by hibernate3 but not exported
  • Loading branch information
lhotari committed Jun 2, 2014
2 parents 851a832 + 3294623 commit fd25e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -13,6 +13,7 @@ grails.project.dependency.resolution = {
}

dependencies {
compile "commons-collections:commons-collections:3.2.1"
compile "org.compass-project:compass:2.2.1"
compile('org.apache.lucene:lucene-highlighter:2.4.1',
'org.apache.lucene:lucene-analyzers:2.4.1',
Expand Down

0 comments on commit fd25e82

Please sign in to comment.