diff --git a/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json b/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json index 869c0754a12..b828359c0e0 100644 --- a/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/module/spring-boot-restclient-test/src/main/resources/META-INF/spring-configuration-metadata.json @@ -5,12 +5,6 @@ "type": "java.lang.Boolean", "description": "Whether a MockRestServiceServer should be auto-configured.", "defaultValue": true - }, - { - "name": "spring.test.webclient.register-rest-template", - "type": "java.lang.Boolean", - "description": "Whether a RestTemplate bean should be registered.", - "defaultValue": false } ] }