commit ad8b7176a7110b606708e4c7febd759eaa8978b0
parent cd9f4d08ffcfc272f509f2c01111ee49030b6430
Author: Antoine A <>
Date: Thu, 22 Aug 2024 00:48:58 +0200
nexus: fix too much minimization
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/nexus/build.gradle b/nexus/build.gradle
@@ -59,5 +59,9 @@ shadowJar {
exclude(dependency("com.kohlschutter.junixsocket:junixsocket-core:.*"))
// Logging
exclude(dependency("ch.qos.logback:logback-classic:.*"))
+ // CIO engine
+ exclude(dependency("io.ktor:ktor-client-cio:.*"))
+ // Crypto
+ exclude(dependency("org.bouncycastle:.*"))
}
}
\ No newline at end of file