Remove animal sniffer

See gh-9564
This commit is contained in:
Stephane Nicoll
2017-06-21 10:10:02 +02:00
parent 75274d3024
commit cabe59d65a
3 changed files with 0 additions and 50 deletions

View File

@@ -100,17 +100,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<configuration>
<annotations>
<annotation>org.springframework.boot.loader.tools.UsesUnsafeJava</annotation>
<annotation>org.springframework.lang.UsesJava7</annotation>
<annotation>org.springframework.lang.UsesJava8</annotation>
</annotations>
</configuration>
</plugin>
</plugins>
</build>
</project>