HHH-6509 - Adds sonatype repository for geolatte-geom snapshots
This commit is contained in:
parent
9d2bf8b467
commit
620a379f89
|
@ -22,6 +22,13 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'hibernate-matrix-testing'
|
||||
|
||||
//Temporary repository config, until geolatte-geom is released in maven central.
|
||||
repositories {
|
||||
maven {
|
||||
url "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(project(':hibernate-core'))
|
||||
compile([group: 'postgresql', name: 'postgresql', version: '8.4-701.jdbc4'])
|
||||
|
|
Loading…
Reference in New Issue