fingo / grails-hibernate-filter

http://grails.org/plugin/hibernate-filter
Apache License 2.0
0 stars 3 forks source link

Dependency on datastore or hibernate plugin? #4

Closed sergiomichels closed 8 years ago

sergiomichels commented 8 years ago

I noticed that you have a dependency for an specific version of the grails datastore

compile "org.grails:grails-datastore-gorm-hibernate4:4.0.7.RELEASE"

Isn't better to depend on the hibernate plugin? Something like

provided "org.grails.plugins:hibernate"

piotrchowaniec commented 8 years ago

Check out 0.2.0 version of the plugin. It should work with current Grails version (3.1.9) and has changed dependency as you suggested.