Skip to content

Commit 42c43f4

Browse files
committed
Add jackson-databind
1 parent e910378 commit 42c43f4

File tree

1 file changed

+5
-0
lines changed
  • sdk/spring/spring-cloud-azure-docker-compose

1 file changed

+5
-0
lines changed

sdk/spring/spring-cloud-azure-docker-compose/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
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 -->

0 commit comments

Comments
 (0)