Skip to content
Snippets Groups Projects
Commit b93a5ae3 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Updated PostgreSQL driver version to avoid the error 'TAP_SCHEMA_schema' not found

parent eaa8fbfe
Branches ia2
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ repositories {
dependencies {
compile fileTree(dir: 'lib', includes: ['stil_3.3-2.jar'])
compile 'javax.servlet:javax.servlet-api:3.0.1'
compile 'postgresql:postgresql:9.1-901.jdbc4'
compile 'org.postgresql:postgresql:42.2.11'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'commons-io:commons-io:2.6'
compile 'commons-fileupload:commons-fileupload:1.3.3'
......
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