summaryrefslogtreecommitdiffstats
path: root/portal-BE/pom.xml
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2019-08-26 15:51:40 +0200
committerDominik Mizyn <d.mizyn@samsung.com>2019-08-26 15:51:44 +0200
commit08cdfa25a5a781673c78f7ec33c23d03164e197a (patch)
treefbd9c6b7813d256ed7a141494a0648424935c480 /portal-BE/pom.xml
parentf2783b5d2f3f7d530968370db1396fdb0914d039 (diff)
UserController tests up
UserController tests up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ic7cd8926d7daa5dcbf746d1315d3cf5123f094ac
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>