diff options
author | 2025-02-07 13:33:04 +0100 | |
---|---|---|
committer | 2025-02-07 13:33:04 +0100 | |
commit | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (patch) | |
tree | 2f210f8b14b6ed6ccd54f76d39416f25515b4406 /deployment-configs | |
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 'deployment-configs')
-rw-r--r-- | deployment-configs/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment-configs/pom.xml b/deployment-configs/pom.xml index f540e5a8a1..c3ee2bc005 100644 --- a/deployment-configs/pom.xml +++ b/deployment-configs/pom.xml @@ -9,7 +9,7 @@ </parent> <artifactId>deployment-configs</artifactId> <name>deployment-configs</name> - <url>http://maven.apache.org</url> + <url>https://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> |