diff --git a/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 2edac247ca4..289311556f3 100644 --- a/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -21,9 +21,6 @@ { "name": "spring.test.mockmvc.webclient.enabled", "type": "java.lang.Boolean", - "description": "Whether HTMLUnit's WebClient should be auto-configured when it's on the classpath.", - "defaultValue": true, - "deprecated": true, "deprecation": { "level": "error", "replacement": "spring.test.mockmvc.htmlunit.webclient.enabled", @@ -33,9 +30,6 @@ { "name": "spring.test.mockmvc.webdriver.enabled", "type": "java.lang.Boolean", - "description": "Whether Selenium's WebDriver should be auto-configured when it's on the classpath.", - "defaultValue": true, - "deprecated": true, "deprecation": { "level": "error", "replacement": "spring.test.mockmvc.htmlunit.webdriver.enabled",