UserController tests up
[portal.git] / portal-BE / pom.xml
index 51e831e..a63fb4c 100644 (file)
@@ -126,7 +126,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
                        <artifactId>spring-security-test</artifactId>
                        <scope>test</scope>
                </dependency>
-       </dependencies>
+            <dependency>
+                  <groupId>javax.servlet</groupId>
+                  <artifactId>javax.servlet-api</artifactId>
+                  <version>4.0.1</version>
+                  <scope>compile</scope>
+            </dependency>
+      </dependencies>
 
        <build>
                <plugins>