Skip to content

Commit

Permalink
[pom] Exclude tomcat embed core from enforcer check as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jul 10, 2024
1 parent 9fb79c2 commit 0fb2fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
<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>
<exclude>org.apache.tomcat.embed:tomcat-embed-core</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
Expand Down

0 comments on commit 0fb2fa0

Please sign in to comment.