Skip to content

Commit

Permalink
Merge pull request #5 from bostanio/master
Browse files Browse the repository at this point in the history
Hibernate dependency only needs to be a build dependency. Allows the plugin to be used in grails apps with versions less than 2.0.1 without upgrading the Hibernate plugin version.
  • Loading branch information
Michael Cameron committed May 9, 2012
2 parents 543d7a0 + 53d4d2b commit d2380ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ grails.project.dependency.resolution = {
compile(':redis:1.0.0.M9')
compile(':jesque:0.3.0')
compile(':resources:1.1.6')
compile(":hibernate:$grailsVersion")
build(":hibernate:$grailsVersion")
build(":tomcat:$grailsVersion")

test(':geb:0.6.3',':spock:0.6') {
Expand Down

0 comments on commit d2380ec

Please sign in to comment.