Преглед на файлове

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>