From: Fiete Ostkamp Date: Tue, 24 Mar 2026 12:16:46 +0000 (+0100) Subject: Fix stale repositories X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F143669%2F1;p=so.git 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 --- 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