|
|
|
|
@ -17,6 +17,13 @@
@@ -17,6 +17,13 @@
|
|
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
|
<version>${project.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
|
<version>${project.version}</version> |
|
|
|
|
<classifier>tests</classifier> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
|