add references

This commit is contained in:
Tien Nguyen Truong
2020-11-29 15:12:56 +07:00
parent 76f7085f87
commit 3f9ce85a2c
5 changed files with 30 additions and 13 deletions
+3 -3
View File
@@ -36,8 +36,8 @@
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
@@ -52,7 +52,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>