HHH-6509 - Adds sonatype repository for geolatte-geom snapshots

This commit is contained in:
Karel Maesen 2015-04-24 11:52:23 +02:00 committed by Steve Ebersole
parent 9d2bf8b467
commit 620a379f89
1 changed files with 7 additions and 0 deletions

View File

@ -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'])