Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
add hibernate plugin to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
enr committed Sep 18, 2014
1 parent 53a7810 commit 1e94c3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -21,6 +21,10 @@ grails.project.dependency.resolution = {
plugins {
compile ':spring-security-oauth:2.1.0-RC4'

compile ':hibernate:3.6.10.14', {
export = false
}

build(':release:3.0.1', ':rest-client-builder:2.0.1') {
export = false
}
Expand Down

0 comments on commit 1e94c3e

Please sign in to comment.