Browse Source

SEC-923: Fixed broken build due to missing test class.

2.0.x
Luke Taylor 18 years ago
parent
commit
c8b22d8e36
  1. 7
      openid/pom.xml

7
openid/pom.xml

@ -17,6 +17,13 @@ @@ -17,6 +17,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-core</artifactId>

Loading…
Cancel
Save