Skip to content
Snippets Groups Projects
Commit 1d596a6b authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

using new version of postgis-jdbc

parent d44c9a57
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,10 @@ if (version.endsWith('-SNAPSHOT')) { ...@@ -52,7 +52,10 @@ if (version.endsWith('-SNAPSHOT')) {
repositories { repositories {
mavenCentral() mavenCentral()
maven { url "http://maven.geo-solutions.it" } maven { url 'http://maven.geo-solutions.it' }
flatDir {
dirs 'lib'
}
} }
buildscript { buildscript {
...@@ -84,10 +87,8 @@ dependencies { ...@@ -84,10 +87,8 @@ dependencies {
compile group: 'com.google.code.findbugs', name: 'annotations', version: '2.0.3' compile group: 'com.google.code.findbugs', name: 'annotations', version: '2.0.3'
compile group: 'com.jolbox', name: 'bonecp', version: '0.8.0.RELEASE' compile group: 'com.jolbox', name: 'bonecp', version: '0.8.0.RELEASE'
compile group: 'com.tngtech.java', name: 'config-builder', version: '1.1' compile group: 'com.tngtech.java', name: 'config-builder', version: '1.1'
compile(group: 'org.postgis', name: 'postgis-jdbc', version:'1.3+') { compile group: 'org.postgis', name: 'postgis-jdbc', version:'2.1.0SVN'
exclude(module: 'postgis-stubs') compile group: 'org.postgresql', name: 'postgresql', version:'9.3-1101-jdbc41'
}
compile group: 'org.postgresql', name: 'postgresql', version:'9.3-1100-jdbc41'
runtime 'org.slf4j:jcl-over-slf4j:1.7.5' runtime 'org.slf4j:jcl-over-slf4j:1.7.5'
runtime 'ch.qos.logback:logback-classic:1.0.13' runtime 'ch.qos.logback:logback-classic:1.0.13'
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment