Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sonia Zorba
vollt
Commits
b93a5ae3
Commit
b93a5ae3
authored
Mar 30, 2021
by
Sonia Zorba
Browse files
Updated PostgreSQL driver version to avoid the error 'TAP_SCHEMA_schema' not found
parent
eaa8fbfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
b93a5ae3
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment