We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd076ab + 5243cb8 commit 3a9525bCopy full SHA for 3a9525b
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1444,14 +1444,8 @@ bom {
1444
}
1445
library("REST Assured", "4.5.1") {
1446
group("io.rest-assured") {
1447
- modules = [
1448
- "json-path",
1449
- "json-schema-validator",
1450
- "rest-assured",
1451
- "scala-support",
1452
- "spring-mock-mvc",
1453
- "spring-web-test-client",
1454
- "xml-path"
+ imports = [
+ "rest-assured-bom"
1455
]
1456
1457
0 commit comments