user postgres

This commit is contained in:
amaljoyc
2018-10-12 20:36:14 +02:00
parent 2d0e8f6375
commit fbcfeff2b6
6 changed files with 24 additions and 22 deletions

View File

@@ -61,8 +61,9 @@
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>