From d4b1c219aba10ce7b9de5ae06fb23ffdf8d33bae Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 7 Jul 2022 15:15:34 +0200 Subject: [PATCH] Move test imports from main to test resources They shouldn't have been in main resources in the first place, this was an accident. --- ...context.annotation.ImportCandidatesTest$TestAnnotation.imports | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spring-boot-project/spring-boot/src/{main => test}/resources/META-INF/spring/org.springframework.boot.context.annotation.ImportCandidatesTest$TestAnnotation.imports (100%) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.context.annotation.ImportCandidatesTest$TestAnnotation.imports b/spring-boot-project/spring-boot/src/test/resources/META-INF/spring/org.springframework.boot.context.annotation.ImportCandidatesTest$TestAnnotation.imports similarity index 100% rename from spring-boot-project/spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.context.annotation.ImportCandidatesTest$TestAnnotation.imports rename to spring-boot-project/spring-boot/src/test/resources/META-INF/spring/org.springframework.boot.context.annotation.ImportCandidatesTest$TestAnnotation.imports