diff options
-rw-r--r-- | common-logging/pom.xml | 5 | ||||
-rw-r--r-- | utils/pom.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index f6e7f97c..8b74c0e2 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -62,11 +62,6 @@ <artifactId>jakarta.servlet-api</artifactId> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> diff --git a/utils/pom.xml b/utils/pom.xml index 95815320..f8f4f700 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -94,11 +94,6 @@ <artifactId>snakeyaml</artifactId> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> |