diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-07-01 14:23:28 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-07-01 14:23:35 +0100 |
commit | aded3decff8170ff8a0ab888d0dd311d734a68ee (patch) | |
tree | b3bfac2ba1408d5ef21faab0265ebb5fbac5bdb7 /common-logging | |
parent | 169aa0d08964bd66ee7af8a6f994d56d2253bbe5 (diff) |
Remove Junit dependencies common
Issue-ID: POLICY-5043
Change-Id: I89a8cfc05cc8ed06f594ef9209d9eb7b4df0e676
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'common-logging')
-rw-r--r-- | common-logging/pom.xml | 5 |
1 files changed, 0 insertions, 5 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> |