Uningnored some tests to do with binding to lists

See https://github.com/spring-projects/spring-boot/issues/9137
This commit is contained in:
Dave Syer
2017-05-14 11:06:33 +01:00
parent ac9d609a27
commit 021a77d997
3 changed files with 6 additions and 6 deletions

View File

@@ -62,6 +62,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>