Improve pipeline execution time 32/143632/1 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 19 Mar 2026 13:14:58 +0000 (14:14 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 19 Mar 2026 13:14:58 +0000 (14:14 +0100)
- remove repository declarations that lead to multiple
  two minute timeouts

Issue-ID: SO-4262
Change-Id: I8573c6f3f1a137e7ee4959646c416ca1314bed45
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
adapters/mso-requests-db-adapter/pom.xml
pom.xml

index 4397d1b..5cc1dbb 100644 (file)
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Maven Plugin Snapshots</name>
-      <url>https://repository.apache.org/snapshots/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
   <build>
     <finalName>${project.artifactId}-${project.version}</finalName>
     <plugins>
diff --git a/pom.xml b/pom.xml
index 47ff16a..808e42f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <id>central</id>
       <url>https://repo1.maven.org/maven2</url>
     </pluginRepository>
-    <pluginRepository>
-      <id>restlet</id>
-      <url>https://maven.restlet.com</url>
-    </pluginRepository>
     <pluginRepository>
       <id>onap-public</id>
       <url>${nexusproxy}/${publicNexusPath}</url>