We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f7283 commit a39062cCopy full SHA for a39062c
aws-serverless-java-container-springboot4/pom.xml
@@ -55,12 +55,6 @@
55
<artifactId>jackson-databind</artifactId>
56
<version>2.18.2</version>
57
</dependency>
58
- <!-- Use Jackson 3.x for Spring Boot 4 compatibility -->
59
- <dependency>
60
- <groupId>tools.jackson.core</groupId>
61
- <artifactId>jackson-databind</artifactId>
62
- <version>3.0.2</version>
63
- </dependency>
64
<dependency>
65
<groupId>com.amazonaws.serverless</groupId>
66
<artifactId>aws-serverless-java-container-core</artifactId>
0 commit comments