Maven: Downgrade to animal-sniffer

Prepares migration to oss.cloudogu.com.
There, builds failed every now and then (when a lot of builds ran in
parallel) with the problem described in the link of the comment in
pom.xml
This commit is contained in:
Johannes Schnatterer
2018-09-12 17:57:48 +02:00
parent 570840577e
commit 7fc78e7c32

View File

@@ -430,7 +430,9 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.17</version>
<!-- Note: 1.17 seems to have problems with JDK8. When updating, use > 1.17, if available!
https://github.com/mojohaus/animal-sniffer/issues/53 -->
<version>1.16</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>