From e5cd69513cb6f1d21eb33032d1302b8a239c6eb0 Mon Sep 17 00:00:00 2001 From: xsalefter Date: Sun, 19 Jul 2026 00:27:21 +0700 Subject: [PATCH] remove netty dependency --- clock/pom.xml | 13 ------------- .../src/test/java/org/jooby/test/JoobySuite.java | 4 ---- pom.xml | 15 ++++++++++++++- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/clock/pom.xml b/clock/pom.xml index 12251691..3101e78f 100644 --- a/clock/pom.xml +++ b/clock/pom.xml @@ -33,13 +33,6 @@ guice runtime - - - io.netty - netty-common - ${netty.version} - test - it.ozimov embedded-redis @@ -58,12 +51,6 @@ org.redisson redisson test - - - io.netty - netty-common - - org.slf4j diff --git a/jooby/src/test/java/org/jooby/test/JoobySuite.java b/jooby/src/test/java/org/jooby/test/JoobySuite.java index d792ec0a..18febad8 100644 --- a/jooby/src/test/java/org/jooby/test/JoobySuite.java +++ b/jooby/src/test/java/org/jooby/test/JoobySuite.java @@ -35,10 +35,6 @@ public class JoobySuite extends Suite { private List runners; - static { - System.setProperty("io.netty.leakDetectionLevel", "advanced"); - } - public JoobySuite(final Class klass) throws InitializationError { super(klass, Collections.emptyList()); diff --git a/pom.xml b/pom.xml index 6bc8fea6..9104b0c4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.kill-bill.billing killbill-oss-parent - 0.147.2 + 0.147.12-668a7e2-SNAPSHOT org.kill-bill.commons killbill-commons @@ -183,4 +183,17 @@ + + + + false + + + true + + central-portal-snapshots + Central Portal Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + +