@@ -101,6 +101,7 @@ def dependenciesOf(String version) {
101101 " spring-boot-neo4j" ,
102102 " spring-boot-netty" ,
103103 " spring-boot-opentelemetry" ,
104+ " spring-boot-persistence" ,
104105 " spring-boot-pulsar" ,
105106 " spring-boot-quartz" ,
106107 " spring-boot-r2dbc" ,
@@ -161,9 +162,15 @@ def dependenciesOf(String version) {
161162 ]
162163 modules + = [
163164 " spring-boot-batch-jdbc" ,
165+ " spring-boot-health" ,
164166 " spring-boot-jackson2" ,
167+ " spring-boot-jdbc-test" ,
168+ " spring-boot-micrometer-metrics-test" ,
169+ " spring-boot-micrometer-tracing-test" ,
165170 " spring-boot-transaction" ,
171+ " spring-boot-restclient-test" ,
166172 " spring-boot-restdocs" ,
173+ " spring-boot-webflux-test" ,
167174 " spring-boot-webmvc-test" ,
168175 " spring-boot-webservices-test"
169176 ]
@@ -176,7 +183,9 @@ def dependenciesOf(String version) {
176183 " spring-boot-actuator-autoconfigure" ,
177184 " spring-boot-autoconfigure" ,
178185 " spring-boot-devtools" ,
179- " spring-boot-test-autoconfigure"
186+ " spring-boot-docker-compose" ,
187+ " spring-boot-test-autoconfigure" ,
188+ " spring-boot-testcontainers"
180189 ]
181190}
182191
0 commit comments