Skip to content

Commit

Permalink
[pom] Move jdk 22 bye enforce exclusion to new ffm module
Browse files Browse the repository at this point in the history
no longer needed here but keeping for reference, just fixing to the right jar which isn't part of this build.
  • Loading branch information
hazendaz committed Sep 14, 2024
1 parent 4fca218 commit 8b763ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/JNA/waffle-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<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>
<exclude>org.apache.tomcat:tomcat-coyote-ffm</exclude>
<exclude>org.apache.tomcat.embed:tomcat-embed-core</exclude>
</excludes>
</enforceBytecodeVersion>
Expand Down
2 changes: 1 addition & 1 deletion Source/JNA/waffle-tomcat10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<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>
<exclude>org.apache.tomcat:tomcat-coyote-ffm</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
Expand Down
2 changes: 1 addition & 1 deletion Source/JNA/waffle-tomcat11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<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>
<exclude>org.apache.tomcat:tomcat-coyote-ffm</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
Expand Down

0 comments on commit 8b763ec

Please sign in to comment.