Skip to content
Snippets Groups Projects
Commit c20b771d authored by User expired's avatar User expired
Browse files

fixed version problems with jdk8/tomcat8 (seems like major version has

to be set for commons-io to work correctly in isochrone-web)
parent 672816d9
No related branches found
No related tags found
Loading
...@@ -125,10 +125,10 @@ buildscript { ...@@ -125,10 +125,10 @@ buildscript {
} }
dependencies { dependencies {
compile group: 'commons-io', name: 'commons-io', version: '+' compile group: 'commons-io', name: 'commons-io', version: '2.+'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '+' compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.+'
compile group: 'com.jolbox', name: 'bonecp', version: '+' compile group: 'com.jolbox', name: 'bonecp', version: '+'
compile group: 'com.tngtech.java', name: 'config-builder', version: '+' compile group: 'com.tngtech.java', name: 'config-builder', version: '1.+'
compile group: 'org.postgresql', name: 'postgresql', version: '9.2-1004-jdbc41' compile group: 'org.postgresql', name: 'postgresql', version: '9.2-1004-jdbc41'
runtime 'org.slf4j:jcl-over-slf4j:1+' runtime 'org.slf4j:jcl-over-slf4j:1+'
......
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