HHH-11012 - Update to geolatte-geom 1.0.6

This commit is contained in:
Karel Maesen 2016-10-01 14:23:40 +02:00
parent 629010435d
commit db7c6c58f1
1 changed files with 1 additions and 7 deletions

View File

@ -23,7 +23,7 @@ dependencies {
compile(project(':hibernate-core'))
compile('org.postgresql:postgresql:9.4-1200-jdbc41')
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.0.4'])
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.0.6'])
compile(libraries.dom4j) {
transitive = false
@ -34,12 +34,6 @@ dependencies {
testCompile(libraries.junit)
testCompile(project(':hibernate-testing'))
testCompile([group: 'commons-dbcp', name: 'commons-dbcp', version: '1.4'])
// testCompile([group: 'com.oracle.jdbc', name: 'ojdbc6', version: '11.1.0.7.0'])
// testRuntime([group: 'com.microsoft', name: 'sqljdbc', version: '2.0'])
// testRuntime("org.opengeo:geodb:0.7")
// testRuntime("mysql:mysql-connector-java:5.1.15")
// testRuntime("org.postgresql:postgresql:9.4-1204-jdbc42")
// testRuntime("org.postgis:postgis-jdbc:1.1.6")
testCompile(libraries.validation)
testCompile(libraries.jandex)
testCompile(libraries.classmate)