Add forced driver loading

This commit is contained in:
Derry Hamilton 2023-07-11 15:04:33 +01:00
parent 866d02fb52
commit 1b1ba551c8
7 changed files with 69 additions and 1 deletions

View file

@ -78,6 +78,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>postgresql</artifactId>
<version>42.4.3</version>
</dependency>
<dependency>
<groupId>net.sourceforge.csvjdbc</groupId>
<artifactId>csvjdbc</artifactId>
<version>1.0.40</version>
</dependency>
</dependencies>
<build>
<plugins>