Merge branch '2.1.x'

This commit is contained in:
Stephane Nicoll 2018-12-14 08:45:22 +01:00
commit 1f4be6ba37
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>