File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
configuration-metadata/spring-boot-configuration-metadata-changelog-generator Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -136,20 +136,20 @@ def dependenciesOf(String version) {
136136 modules + = [
137137 " spring-boot-jersey"
138138 ]
139- if (version . equals( " 4.0.0-M1 " )) {
140- modules + = [
141- " spring-boot-metrics " ,
142- " spring-boot-observation " ,
143- " spring-boot-tracing "
144- ]
145- }
146- else {
147- modules + = [
148- " spring-boot-micrometer-metrics " ,
149- " spring-boot-micrometer-observation " ,
150- " spring-boot-micrometer-tracing "
151- ]
152- }
139+ }
140+ if (version . equals( " 4.0.0-M1 " )) {
141+ modules + = [
142+ " spring-boot-metrics " ,
143+ " spring-boot-observation " ,
144+ " spring-boot-tracing "
145+ ]
146+ }
147+ else {
148+ modules + = [
149+ " spring-boot-micrometer-metrics " ,
150+ " spring-boot-micrometer-observation " ,
151+ " spring-boot-micrometer-tracing "
152+ ]
153153 }
154154 return modules
155155 }
You can’t perform that action at this time.
0 commit comments