Skip to content

Commit b7c6d9e

Browse files
committed
Add jackson-annotations as maven dependencies to make jackson-datatype-json-org compile
1 parent 79b99ea commit b7c6d9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
2727
</properties>
2828

2929
<dependencies>
30+
<dependency>
31+
<groupId>com.fasterxml.jackson.core</groupId>
32+
<artifactId>jackson-annotations</artifactId>
33+
<scope>provided</scope>
34+
</dependency>
3035
<!-- Extends Jackson mapper -->
3136
<dependency>
3237
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)