Explorar o código

Added taglib dependency to itest-web project. Needed by additional test for SEC-1420.

Luke Taylor %!s(int64=15) %!d(string=hai) anos
pai
achega
d66ff32a1d
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 1 0
      itest/web/itest-web.gradle
  2. 5 0
      itest/web/pom.xml

+ 1 - 0
itest/web/itest-web.gradle

@@ -6,6 +6,7 @@ dependencies {
 
     testCompile project(':spring-security-core'),
                 project(':spring-security-web'),
+                project(':spring-security-taglibs'),
                 "org.springframework:spring-core:$springVersion",
                 "org.springframework:spring-beans:$springVersion",
                 "org.springframework:spring-webmvc:$springVersion",

+ 5 - 0
itest/web/pom.xml

@@ -28,6 +28,11 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.security</groupId>
+            <artifactId>spring-security-taglibs</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webmvc</artifactId>