Apply animal sniffer to entire build

Move animal sniffer configuration out of spring-boot-dependencies to
spring-boot-parent and apply it to all projects.

See gh-716
This commit is contained in:
Phillip Webb
2015-04-06 19:47:22 -07:00
parent 59692cd938
commit 8143d1f36d
7 changed files with 48 additions and 35 deletions

View File

@@ -20,6 +20,11 @@
</properties>
<dependencies>
<!-- Must never have compile/runtime time dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>