diff options
author | 2025-02-07 13:33:04 +0100 | |
---|---|---|
committer | 2025-02-07 13:33:04 +0100 | |
commit | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (patch) | |
tree | 2f210f8b14b6ed6ccd54f76d39416f25515b4406 /mso-catalog-db | |
parent | ec14ff1dbf54789864305b0113d124f5581903d5 (diff) |
Reenable tests for the mso-catalog-db module
- add vintage engine dep for mso-catalog-db module
- use https urls for repository urls since maven central
is not accepting http connections anymore [0]
[0] https://www.sonatype.com/blog/central-repository-moving-to-https
Issue-ID: SO-4137
Change-Id: I0328575020d32db00f50b6ae57e888688b09a54b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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> |