From 2f670647fa95a50c1ed0bd2ea7f2f57c6e0dad8b Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 29 May 2022 11:36:42 -0500 Subject: [PATCH] Remove all repositories from pom.xml in favor of new project level settings.xml (#293) --- applications/stream-applications-core/pom.xml | 47 ------------------- functions/pom.xml | 46 ------------------ stream-applications-build/pom.xml | 46 ------------------ 3 files changed, 139 deletions(-) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index e14801d1..826af07c 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -311,51 +311,4 @@ - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - diff --git a/functions/pom.xml b/functions/pom.xml index f7addc33..8ec836b6 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -94,50 +94,4 @@ function-dependencies - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index 4f7c4099..b8fe590b 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -279,52 +279,6 @@ https://repo.spring.io/libs-snapshot-local - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - default