Configure Animal Sniffer to exclude jar containing Java 9 bytecode

Closes gh-7763
This commit is contained in:
Andy Wilkinson
2017-01-04 11:19:45 +00:00
parent 5c210666f5
commit 0d6a8d9aa3

View File

@@ -627,6 +627,9 @@
<annotation>org.springframework.lang.UsesJava7</annotation>
<annotation>org.springframework.boot.lang.UsesUnsafeJava</annotation>
</annotations>
<excludeDependencies>
<excludeDependency>org.glassfish.hk2.external:asm-all-repackaged</excludeDependency>
</excludeDependencies>
</configuration>
<executions>
<execution>