We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3865c commit 6bff075Copy full SHA for 6bff075
1 file changed
pom.xml
@@ -440,6 +440,14 @@
440
!com.networknt.org*;
441
*;
442
</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>
451
<!-- declare services consumed by the artifact -->
452
<addServiceUses>true</addServiceUses>
453
</moduleInfo>
0 commit comments