Browse Source

Fixes to match TestingAuthenticationToken changes

Luke Taylor 17 years ago
parent
commit
aa75b2fa6d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      taglibs/pom.xml

+ 7 - 0
taglibs/pom.xml

@@ -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>