Man up and deal with CSRF in integration test

Fixes gh-979
This commit is contained in:
Dave Syer
2014-05-30 08:21:57 +01:00
parent ed0cfea6d2
commit 1d7caf8e31
4 changed files with 27 additions and 10 deletions

View File

@@ -27,6 +27,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>