Polish contribution

Closes gh-349
This commit is contained in:
Stephane Nicoll
2017-02-10 14:49:34 +01:00
parent 5296d6a05f
commit 09fc98ef96
101 changed files with 815 additions and 1125 deletions

View File

@@ -35,6 +35,12 @@
<artifactId>spring-retry</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@@ -82,11 +88,6 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>