diff --git a/algorithms-miscellaneous-5/pom.xml b/algorithms-miscellaneous-5/pom.xml
index 32ecce58a6..c68ac96c38 100644
--- a/algorithms-miscellaneous-5/pom.xml
+++ b/algorithms-miscellaneous-5/pom.xml
@@ -34,11 +34,6 @@
guava
${guava.version}
-
- org.junit.platform
- junit-platform-commons
- ${junit-platform.version}
-
org.assertj
assertj-core
diff --git a/algorithms-miscellaneous-6/pom.xml b/algorithms-miscellaneous-6/pom.xml
index 6d5f211c8a..a9eb75cf1e 100644
--- a/algorithms-miscellaneous-6/pom.xml
+++ b/algorithms-miscellaneous-6/pom.xml
@@ -19,11 +19,6 @@
guava
${guava.version}
-
- org.junit.platform
- junit-platform-commons
- ${junit-platform.version}
-
org.assertj
assertj-core
diff --git a/testing-modules/spring-testing/pom.xml b/testing-modules/spring-testing/pom.xml
index ff5265eab8..08b56c9a1a 100644
--- a/testing-modules/spring-testing/pom.xml
+++ b/testing-modules/spring-testing/pom.xml
@@ -60,11 +60,6 @@
org.springframework.data
spring-data-jpa
-
- org.junit.platform
- junit-platform-commons
- ${junit-platform.version}
-
org.awaitility
awaitility
diff --git a/testing-modules/test-containers/pom.xml b/testing-modules/test-containers/pom.xml
index aa2c85af21..687bc418ad 100644
--- a/testing-modules/test-containers/pom.xml
+++ b/testing-modules/test-containers/pom.xml
@@ -23,12 +23,6 @@
${junit-platform.version}
test
-
- org.junit.platform
- junit-platform-commons
- ${junit-platform.version}
- test
-
org.apache.logging.log4j
log4j-core