diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml
index b85b5c25ff..4e7332c0f7 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/intTest/resources/settings.xml
@@ -1,33 +1,34 @@
- ../../../../build/local-m2-repository
-
-
- cli-test-repo
-
- true
-
-
-
- local.central
- file:../../../../build/test-repository
-
- true
-
-
- true
-
-
-
- thymeleaf-snapshot
- https://oss.sonatype.org/content/repositories/snapshots
-
- true
-
-
- true
-
-
-
-
-
+ ../../../../build/local-m2-repository
+
+
+
+ cli-test-repo
+
+ true
+
+
+
+ local.central
+ file:../../../../build/test-repository
+
+ true
+
+
+ true
+
+
+
+ thymeleaf-snapshot
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ true
+
+
+ true
+
+
+
+
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml
deleted file mode 100644
index 504eb80a05..0000000000
--- a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/test/resources/cli-tester/.m2/settings.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
- build/local-m2-repository
-
-
- cli-test-repo
-
- true
-
-
-
- local.central
- file:build/test-repository
-
- true
-
-
- true
-
-
-
- spring-snapshot
- https://repo.spring.io/snapshot
-
- false
-
-
- true
-
-
-
- spring-milestone
- https://repo.spring.io/milestone
-
- true
-
-
- false
-
-
-
-
-
-