libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 00dc941a2a4fe941cb0daaf163786f5b31e3a3f0
parent c7689737fddf6f885ed30af975b8cacd6fa2ea29
Author: Antoine A <>
Date:   Tue, 28 Nov 2023 12:49:46 +0000

Improve minimization

Diffstat:
Mbank/build.gradle | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bank/build.gradle b/bank/build.gradle @@ -54,8 +54,12 @@ application { shadowJar { minimize { + // Kotlin serialization exclude(dependency("io.ktor:ktor-serialization-kotlinx-json:.*")) + // Postgres driver + exclude(dependency("org.postgresql:postgresql:.*")) exclude(dependency("com.kohlschutter.junixsocket:junixsocket-core:.*")) + // Logging exclude(dependency("ch.qos.logback:logback-classic:.*")) } } \ No newline at end of file