HHH-10157 - Fix gradle dependencies
This commit is contained in:
parent
b9a988584a
commit
265d5d9b88
|
@ -21,7 +21,8 @@ mavenPom {
|
|||
|
||||
dependencies {
|
||||
compile(project(':hibernate-core'))
|
||||
compile(['org.postgresql:postgresql:9.4-1200-jdbc41'])
|
||||
|
||||
compile('org.postgresql:postgresql:9.4-1200-jdbc41')
|
||||
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.0.1'])
|
||||
|
||||
compile(libraries.dom4j) {
|
||||
|
@ -35,7 +36,7 @@ dependencies {
|
|||
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("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")
|
||||
|
|
Loading…
Reference in New Issue