aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-07-01 14:15:04 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-07-02 10:04:30 +0100
commite82ebd1c0dac2df0044d0c23f29c8071b8e941a9 (patch)
tree0712ee1678dc61d0a02cc8a18aa81a3afa541324 /pom.xml
parent02e14c79d535773f2bb9e020f285208265e3f994 (diff)
Clean up of JUnit 4 dependencies
Cleanup of JUnit 4 dependenies Convert model-simulators to JUnit 5 Issue-ID: POLICY-5042 Change-Id: I608f675ef04437207769f624988cb4e630b67440 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 5bef29da6..62c238b52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,11 +70,6 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<scope>runtime</scope>