|
@@ -15,6 +15,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-dao</artifactId>
|