Browse Source

Configure Animal Sniffer to exclude jar containing Java 9 bytecode

Closes gh-7763
pull/7873/head
Andy Wilkinson 9 years ago
parent
commit
0d6a8d9aa3
  1. 3
      spring-boot-parent/pom.xml

3
spring-boot-parent/pom.xml

@ -627,6 +627,9 @@ @@ -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>

Loading…
Cancel
Save