Try using aurora jdbc drvier

This commit is contained in:
2022-07-01 14:30:41 -05:00
parent 55b5f3536c
commit 9716abdbd0
4 changed files with 134 additions and 3 deletions

View File

@ -60,6 +60,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>software.aws.rds</groupId>
<artifactId>aws-mysql-jdbc</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
@ -67,6 +72,7 @@
<scope>test</scope>
</dependency>
<!-- Common deps for all qqq modules -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>