diff options
author | 2025-02-14 09:24:28 +0000 | |
---|---|---|
committer | 2025-02-14 09:24:28 +0000 | |
commit | 9c1dcd4c0bc68e25bce578ec2ba47b0d2873fc8e (patch) | |
tree | c2a21d15925930d0e3e8eebc4e51877fb3f00c90 /mso-catalog-db | |
parent | a6e377889c3f91701f024ee79343174fe6f4434c (diff) | |
parent | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (diff) |
Merge "Reenable tests for the mso-catalog-db module"
Diffstat (limited to 'mso-catalog-db')
-rw-r--r-- | mso-catalog-db/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 0285deab21..89651ece46 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -62,6 +62,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <scope>test</scope> |