From 0f8560ed36c7ff2586c0c580cfeb9311e8d70856 Mon Sep 17 00:00:00 2001
From: chaos2418 <>
Date: Fri, 5 Nov 2021 16:04:59 +0530
Subject: [PATCH] JAVA-1672: removing redundant junit-platform-commons
declarations
---
algorithms-miscellaneous-5/pom.xml | 5 -----
algorithms-miscellaneous-6/pom.xml | 5 -----
testing-modules/spring-testing/pom.xml | 5 -----
testing-modules/test-containers/pom.xml | 6 ------
4 files changed, 21 deletions(-)
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