Browse Source

Fix issues with move of TestingAuthenticationToken

2.0.x
Luke Taylor 18 years ago
parent
commit
f821b0f0f8
  1. 7
      cas/pom.xml

7
cas/pom.xml

@ -15,6 +15,13 @@ @@ -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>

Loading…
Cancel
Save