Small config fix & shade PostgreSQL driver

This commit is contained in:
2022-12-08 21:54:08 +02:00
parent 587f303ba5
commit 54e260e56b
2 changed files with 10 additions and 3 deletions

View File

@@ -103,6 +103,13 @@
<version>3.0.9</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>