Skip to content

Commit 3a9525b

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-31877
2 parents fd076ab + 5243cb8 commit 3a9525b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,14 +1444,8 @@ bom {
14441444
}
14451445
library("REST Assured", "4.5.1") {
14461446
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"
1447+
imports = [
1448+
"rest-assured-bom"
14551449
]
14561450
}
14571451
}

0 commit comments

Comments
 (0)