Skip to content

Commit 6bff075

Browse files
authored
Set requires static for optional and excludable dependencies (#1155)
1 parent da3865c commit 6bff075

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,14 @@
440440
!com.networknt.org*;
441441
*;
442442
</exports>
443+
<requires>
444+
static com.ethlo.time;
445+
static com.fasterxml.jackson.dataformat.yaml;
446+
static org.jruby.jcodings;
447+
static org.jruby.joni;
448+
static org.graalvm.sdk;
449+
*;
450+
</requires>
443451
<!-- declare services consumed by the artifact -->
444452
<addServiceUses>true</addServiceUses>
445453
</moduleInfo>

0 commit comments

Comments
 (0)