Fix stale repositories 69/143669/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Mar 2026 12:16:46 +0000 (13:16 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Mar 2026 12:16:46 +0000 (13:16 +0100)
- 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 <fiete.ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9bc0a61..4262fef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <id>central</id>
       <url>https://repo1.maven.org/maven2</url>
     </pluginRepository>
+    <pluginRepository>
+      <id>camunda-bpm</id>
+      <url>https://artifacts.camunda.com/artifactory/camunda-bpm/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>camunda-public</id>
+      <url>https://artifacts.camunda.com/artifactory/public/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
     <pluginRepository>
       <id>onap-public</id>
       <url>${nexusproxy}/${publicNexusPath}</url>
     </repository>
     <repository>
       <id>camunda-bpm</id>
-      <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url>
+      <url>https://artifacts.camunda.com/artifactory/camunda-bpm/</url>
     </repository>
     <repository>
       <id>camunda-public</id>
-      <url>https://app.camunda.com/nexus/content/groups/public</url>
+      <url>https://artifacts.camunda.com/artifactory/public/</url>
     </repository>
     <repository>
       <id>onap-releases</id>
         <version>1.3.1</version>
       </plugin>
 
-      <plugin>
-        <groupId>com.fortify.ps.maven.plugin</groupId>
-        <artifactId>sca-maven-plugin</artifactId>
-        <version>4.20</version>
-        <configuration>
-          <buildId>mso-${project.version}</buildId>
-          <source>${java.version}</source>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>