aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db
diff options
context:
space:
mode:
authorSANKET KS <sx00562924@techmahindra.com>2025-02-14 09:24:28 +0000
committerGerrit Code Review <gerrit@onap.org>2025-02-14 09:24:28 +0000
commit9c1dcd4c0bc68e25bce578ec2ba47b0d2873fc8e (patch)
treec2a21d15925930d0e3e8eebc4e51877fb3f00c90 /mso-catalog-db
parenta6e377889c3f91701f024ee79343174fe6f4434c (diff)
parent4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (diff)
Merge "Reenable tests for the mso-catalog-db module"
Diffstat (limited to 'mso-catalog-db')
-rw-r--r--mso-catalog-db/pom.xml5
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>