diff options
author | 2025-02-07 13:33:04 +0100 | |
---|---|---|
committer | 2025-02-07 13:33:04 +0100 | |
commit | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (patch) | |
tree | 2f210f8b14b6ed6ccd54f76d39416f25515b4406 /adapters/mso-requests-db-adapter | |
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 'adapters/mso-requests-db-adapter')
-rw-r--r-- | adapters/mso-requests-db-adapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 5d78f27ae2..066e3e6dc5 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -83,7 +83,7 @@ <pluginRepository> <id>apache.snapshots</id> <name>Maven Plugin Snapshots</name> - <url>http://repository.apache.org/snapshots/</url> + <url>https://repository.apache.org/snapshots/</url> <snapshots> <enabled>true</enabled> </snapshots> @@ -217,7 +217,7 @@ </plugins> <pluginManagement> <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> |