From ca2cd4c50ca55c01e7bac1fb347a450d8f26e6f4 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 28 May 2022 23:31:46 -0500 Subject: [PATCH] Revert "Fix CI build - can't find app generator plugin (#287)" This reverts commit 61558b0d43dcfc1210319438c0e3a1d533838166. --- applications/source/file-source/pom.xml | 53 ------------------------- 1 file changed, 53 deletions(-) diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 00cb4f35..9ea46be8 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -63,57 +63,4 @@ - - - - true - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - - false - - spring-milestone-release - Spring Milestone Release - https://repo.spring.io/milestone - - - - false - - spring-release - Spring Release - https://repo.spring.io/release - - - - - - true - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - -