Ensure jackson-databind is boot managed

This commit is contained in:
Oleg Zhurakousky
2024-02-12 14:41:51 +01:00
parent 4f69f05b82
commit e5ab77ebbf

View File

@@ -52,11 +52,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>