Skip to content

Commit f2ab98b

Browse files
Add jackson-annotations dependency
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent 3967d33 commit f2ab98b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
<version>2.15.0-rc2</version>
118118
</dependency>
119119

120+
<dependency>
121+
<groupId>com.fasterxml.jackson.core</groupId>
122+
<artifactId>jackson-annotations</artifactId>
123+
<version>2.15.0-rc2</version>
124+
</dependency>
125+
120126
</dependencies>
121127

122128
<build>

0 commit comments

Comments
 (0)