Skip to content

Commit

Permalink
Set requires static for optional and excludable dependencies (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-tay authored Feb 19, 2025
1 parent da3865c commit 6bff075
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,14 @@
!com.networknt.org*;
*;
</exports>
<requires>
static com.ethlo.time;
static com.fasterxml.jackson.dataformat.yaml;
static org.jruby.jcodings;
static org.jruby.joni;
static org.graalvm.sdk;
*;
</requires>
<!-- declare services consumed by the artifact -->
<addServiceUses>true</addServiceUses>
</moduleInfo>
Expand Down

0 comments on commit 6bff075

Please sign in to comment.