1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-1010: Moved TestingAuthenticationProvider and token to main core src tree and updated poms to match

This commit is contained in:
Luke Taylor
2008-10-15 06:35:11 +00:00
parent 6c8a82fa13
commit c947d42146
7 changed files with 15 additions and 42 deletions
-7
View File
@@ -18,13 +18,6 @@
<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.security</groupId>
<artifactId>spring-security-acl</artifactId>