Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
79914841
Commit
79914841
authored
Oct 15, 2018
by
Piotr Gawron
Browse files
postgres driver upgraded
parent
8e9e9529
Changes
2
Hide whitespace changes
Inline
Side-by-side
persist/pom.xml
View file @
79914841
...
...
@@ -135,7 +135,7 @@
<!-- postgres connector -->
<dependency>
<groupId>
postgresql
</groupId>
<groupId>
org.
postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
${postgresql-jdbc.version}
</version>
</dependency>
...
...
pom.xml
View file @
79914841
...
...
@@ -59,6 +59,7 @@
<commons-net.version>
3.6
</commons-net.version>
<postgresql-jdbc.version>
42.2.5
</postgresql-jdbc.version>
...
...
@@ -102,7 +103,6 @@
<reflections.version>
0.9.9-RC1
</reflections.version>
<postgresql-jdbc.version>
9.1-901.jdbc4
</postgresql-jdbc.version>
<osgi.version>
1.0.0
</osgi.version>
...
...
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