summaryrefslogtreecommitdiffstats
path: root/portal-BE/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r--portal-BE/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml
index 51e831eb..a63fb4c8 100644
--- a/portal-BE/pom.xml
+++ b/portal-BE/pom.xml
@@ -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>