diff --git a/parent-boot-2/pom.xml b/parent-boot-2/pom.xml
index 631d8a0581..c7bb11b1d5 100644
--- a/parent-boot-2/pom.xml
+++ b/parent-boot-2/pom.xml
@@ -32,11 +32,6 @@
io.rest-assured
rest-assured
-
- net.bytebuddy
- byte-buddy
- ${byte-buddy.version}
-
org.springframework.boot
spring-boot-starter-test
diff --git a/pom.xml b/pom.xml
index f797f1bbce..20adc4bfef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,12 +69,6 @@
${hamcrest-all.version}
test
-
- net.bytebuddy
- byte-buddy
- ${byte-buddy.version}
- test
-
org.mockito
mockito-core