From bbfaa79505dcba08e727132d942b65921d6b5c9f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 24 Mar 2026 13:16:46 +0100 Subject: [PATCH] Fix stale repositories - update camunda repo urls to point to new location - this gets rid of dependency resolution warning log lines - remove sca-maven-plugin declaration since it is a propriatary plugin that is not publicly available (in the repos that we have configured) which results in dependency resolution warning log lines too Issue-ID: SO-4264 Change-Id: I59a6367f30ea4d3eee55882a7d7ba94d3067e9dd Signed-off-by: Fiete Ostkamp --- pom.xml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 9bc0a61c87..4262fef312 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,20 @@ central https://repo1.maven.org/maven2 + + camunda-bpm + https://artifacts.camunda.com/artifactory/camunda-bpm/ + + false + + + + camunda-public + https://artifacts.camunda.com/artifactory/public/ + + false + + onap-public ${nexusproxy}/${publicNexusPath} @@ -170,11 +184,11 @@ camunda-bpm - https://app.camunda.com/nexus/content/repositories/camunda-bpm/ + https://artifacts.camunda.com/artifactory/camunda-bpm/ camunda-public - https://app.camunda.com/nexus/content/groups/public + https://artifacts.camunda.com/artifactory/public/ onap-releases @@ -320,15 +334,6 @@ 1.3.1 - - com.fortify.ps.maven.plugin - sca-maven-plugin - 4.20 - - mso-${project.version} - ${java.version} - - org.jacoco jacoco-maven-plugin -- 2.16.6