kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

install tip for excluding bundled hibernate #12

Closed aeischeid closed 10 years ago

aeischeid commented 11 years ago

Unless people are using same grails version as plugin used you get a prompt for hibernate plugin version difference. simple to avoid, but nice to have documented.

compile(":postgresql-extensions:0.3") {
    excludes "hibernate"
}
ilopmar commented 10 years ago

You're absolutely right. Thanks, I'll update the docs.

Regards, Iván.