diff --git a/http-client-gson-adapter/pom.xml b/http-client-gson-adapter/pom.xml
index 191f47e8a..c45680c03 100644
--- a/http-client-gson-adapter/pom.xml
+++ b/http-client-gson-adapter/pom.xml
@@ -24,15 +24,6 @@
provided
-
-
-
- io.avaje
- junit
- 1.4
- test
-
-
diff --git a/http-client/pom.xml b/http-client/pom.xml
index bdfc43fbb..6dfd31353 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -56,13 +56,6 @@
test
-
- io.avaje
- junit
- 1.4
- test
-
-
io.javalin
javalin
@@ -93,6 +86,19 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 3.2.5
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.2.5
+
+ -XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true
+
+
org.apache.maven.plugins
maven-compiler-plugin
diff --git a/pom.xml b/pom.xml
index 2a26dcbe6..28e360790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,18 @@
+
+ net.bytebuddy
+ byte-buddy
+ 1.14.13
+ test
+
+
+ net.bytebuddy
+ byte-buddy-agent
+ 1.14.13
+ test
+
io.avaje
junit