Browse Source

Fixes to match TestingAuthenticationToken changes

2.0.x
Luke Taylor 18 years ago
parent
commit
aa75b2fa6d
  1. 7
      taglibs/pom.xml

7
taglibs/pom.xml

@ -18,6 +18,13 @@ @@ -18,6 +18,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.security</groupId>
<artifactId>spring-security-acl</artifactId>

Loading…
Cancel
Save