Browse Source

Merge branch '2.6.x' into 2.7.x

Closes gh-31814
pull/32861/head
Andy Wilkinson 4 years ago
parent
commit
cd1ce50105
  1. 5
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -269,7 +269,10 @@ bom { @@ -269,7 +269,10 @@ bom {
group("org.apache.derby") {
modules = [
"derby",
"derbyclient"
"derbyclient",
"derbynet",
"derbyoptionaltools",
"derbytools"
]
}
}

Loading…
Cancel
Save