HHH-11012 - Update to geolatte-geom 1.0.6
This commit is contained in:
parent
62038989e3
commit
872848908f
|
@ -21,9 +21,8 @@ mavenPom {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(':hibernate-core'))
|
compile(project(':hibernate-core'))
|
||||||
|
|
||||||
compile([group: 'postgresql', name: 'postgresql', version: '8.4-701.jdbc4'])
|
compile([group: 'postgresql', name: 'postgresql', version: '8.4-701.jdbc4'])
|
||||||
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) {
|
compile(libraries.dom4j) {
|
||||||
transitive = false
|
transitive = false
|
||||||
|
@ -34,11 +33,6 @@ dependencies {
|
||||||
testCompile(libraries.junit)
|
testCompile(libraries.junit)
|
||||||
testCompile(project(':hibernate-testing'))
|
testCompile(project(':hibernate-testing'))
|
||||||
testCompile([group: 'commons-dbcp', name: 'commons-dbcp', version: '1.4'])
|
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("postgresql:postgresql:8.4-701.jdbc4")
|
|
||||||
testCompile(libraries.validation)
|
testCompile(libraries.validation)
|
||||||
testCompile(libraries.jandex)
|
testCompile(libraries.jandex)
|
||||||
testCompile(libraries.classmate)
|
testCompile(libraries.classmate)
|
||||||
|
|
Loading…
Reference in New Issue