Skip to content

Commit c3b8043

Browse files
committed
Add version override for Jackson Annotations.
Jackson 2.21.0 requires Annotations 2.21 while the next Jackson 3 version is still a pre-release. See spring-projects/spring-data-build#2779
1 parent b27e1b3 commit c3b8043

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<artifactId>jackson-databind</artifactId>
7575
<optional>true</optional>
7676
</dependency>
77+
<dependency>
78+
<groupId>com.fasterxml.jackson.core</groupId>
79+
<artifactId>jackson-annotations</artifactId>
80+
<optional>true</optional>
81+
<version>2.21</version>
82+
</dependency>
7783
<dependency>
7884
<groupId>org.springframework</groupId>
7985
<artifactId>spring-web</artifactId>

0 commit comments

Comments
 (0)