浏览代码

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

Rob Winch 11 年之前
父节点
当前提交
cb94fb2c99
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      samples/inmemory-jc/pom.xml

+ 6 - 0
samples/inmemory-jc/pom.xml

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