1
0

#20 Improve location checking

This commit is contained in:
2022-08-10 02:10:42 +02:00
parent c3a60381c8
commit 607a4c1c3f
6 changed files with 162 additions and 52 deletions

View File

@@ -68,6 +68,11 @@
<!-- <artifactId>spring-security-test</artifactId>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>