Skip to content

Commit 161c0b9

Browse files
committed
Polish contribution
Closes spring-projectsgh-16170
1 parent 5101342 commit 161c0b9

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring.factories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfig
9494

9595
# AutoConfigureWebFlux auto-configuration imports
9696
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebFlux=\
97-
org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
98-
org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
9997
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration,\
98+
org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
99+
org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
100100
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration,\
101101
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration,\
102102
org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,\

0 commit comments

Comments
 (0)