From 7a9fb535c5596f64d07f6dcbbde70d5dcf6aa434 Mon Sep 17 00:00:00 2001 From: Justin Tay <49700559+justin-tay@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:44:43 +0800 Subject: [PATCH] Set requires static for optional and excludable dependencies --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index d32f41e3..898204c4 100644 --- a/pom.xml +++ b/pom.xml @@ -440,6 +440,14 @@ !com.networknt.org*; *; + + static com.ethlo.time; + static com.fasterxml.jackson.dataformat.yaml; + static org.jruby.jcodings; + static org.jruby.joni; + static org.graalvm.sdk; + *; + true