Browse Source

SEC-2631: Add spring-security-test to inmemory-jc pom

pull/100/head
Rob Winch 12 years ago
parent
commit
cb94fb2c99
  1. 6
      samples/inmemory-jc/pom.xml

6
samples/inmemory-jc/pom.xml

@ -208,6 +208,12 @@ @@ -208,6 +208,12 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>

Loading…
Cancel
Save