From 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 7 Feb 2025 13:33:04 +0100 Subject: 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 --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f2e0fa127e..cc9141ff57 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ ONAP - SO - http://www.onap.org/ + https://www.onap.org/ deployment-configs @@ -118,11 +118,11 @@ central - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 restlet - http://maven.restlet.com + https://maven.restlet.com onap-public @@ -411,13 +411,13 @@ f = new File( p ); if( f.exists() ) { break; - } + } p = "../" + p; } } if( f != null ) { String basePath = f.getCanonicalPath(); - basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) ); + basePath = basePath.substring( 0, basePath.lastIndexOf( File.separator ) ); project.properties['base-path'] = basePath.replace( '\\' , '/'); log.info(' - used base path = ' + project.properties['base-path'] ); } else { @@ -578,16 +578,16 @@ ${docker.skip.build} ${docker.skip.push} ${docker.newHost} - ${docker.host.cert.path} - ${dockerPushRepo} - ${dockerPullRepo} - -- cgit