BAEL-542 start application properly when integation test started

This commit is contained in:
Tomasz Lelek
2017-02-04 20:44:16 +01:00
committed by Andrew Morgan
parent c8f6bed73d
commit 652def889a
3 changed files with 9 additions and 5 deletions
+4
View File
@@ -35,6 +35,10 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>