Guest User

Untitled

a guest
Nov 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. dependencies {
  2. compile 'com.vividsolutions:jts:1.8'
  3. compile 'org.postgresql:postgresql:9.4-1202-jdbc4'
  4. compile 'net.postgis: postgis-jdbc:2.1.7.2'
  5. compile('org.hibernate:hibernate-spatial:4.3') {
  6. excludes 'hibernate-core', 'postgresql', 'postgis-jdbc'
  7. }
  8. compile('org.grails:grails-datastore-gorm-hibernate4:3.1.4.RELEASE') {
  9. excludes 'hibernate-validator'
  10. }
  11. }
Add Comment
Please, Sign In to add comment