Added posgrest dependencies

Code cleanup
This commit is contained in:
Glenn Renfro
2019-04-30 11:01:13 -04:00
parent 447a0752a0
commit e831806b51
4 changed files with 8 additions and 3 deletions

View File

@@ -56,6 +56,10 @@
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>
</project>