diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-07-01 14:15:04 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-07-02 10:04:30 +0100 |
commit | e82ebd1c0dac2df0044d0c23f29c8071b8e941a9 (patch) | |
tree | 0712ee1678dc61d0a02cc8a18aa81a3afa541324 /pom.xml | |
parent | 02e14c79d535773f2bb9e020f285208265e3f994 (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.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |