Skip to content

Commit

Permalink
[pom] Allow tomcat coyote binary mismatch due to how tomcat delivers …
Browse files Browse the repository at this point in the history
…listener
  • Loading branch information
hazendaz committed Jul 10, 2024
1 parent 870b297 commit 86581a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@
</additionalOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<rules>
<enforceBytecodeVersion>
<excludes>
<!-- Openssl contains panama for jdk 22 or higher if enabled via listener 'org.apache.catalina.core.OpenSSLLifecycleListener' -->
<exclude>org.apache.tomcat:tomcat-coyote</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 86581a8

Please sign in to comment.