diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index bc3ce419c1cb..07df4fb2ff5e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1444,14 +1444,8 @@ bom { } library("REST Assured", "4.5.1") { group("io.rest-assured") { - modules = [ - "json-path", - "json-schema-validator", - "rest-assured", - "scala-support", - "spring-mock-mvc", - "spring-web-test-client", - "xml-path" + imports = [ + "rest-assured-bom" ] } }