From b93a5ae3c581fd5dca078f39aa45e409f3eb08db Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Tue, 30 Mar 2021 16:50:15 +0200 Subject: [PATCH] Updated PostgreSQL driver version to avoid the error 'TAP_SCHEMA_schema' not found --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9954559..e283d73 100644 --- a/build.gradle +++ b/build.gradle @@ -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' -- GitLab