Configure Animal Sniffer to exclude jar containing Java 9 bytecode
Closes gh-7763
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user