File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
sdk/spring/spring-cloud-azure-docker-compose Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 8383 <artifactId >spring-boot-docker-compose</artifactId >
8484 <version >4.0.0</version > <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-docker-compose;external_dependency} -->
8585 </dependency >
86+ <dependency >
87+ <groupId >com.fasterxml.jackson.core</groupId >
88+ <artifactId >jackson-databind</artifactId >
89+ <version >2.20.1</version > <!-- {x-version-update;springboot4_com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
90+ </dependency >
8691 <!-- Added this dependency to include necessary annotations used by reactor core.
8792 Without this dependency, javadoc throws a warning as it cannot find enum When.MAYBE
8893 which is used in @Nullable annotation in reactor core classes -->
You can’t perform that action at this time.
0 commit comments