Skip to content

Commit a9e3960

Browse files
committed
Add jackson-annotations as a provided maven dependency (FasterXML#137)
1 parent 00bafd3 commit a9e3960

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
<!-- NOTE: `dependencyManagement` comes from jackson-bom since 2.8.5 -->
3838

3939
<dependencies>
40+
<dependency>
41+
<groupId>com.fasterxml.jackson.core</groupId>
42+
<artifactId>jackson-annotations</artifactId>
43+
<scope>provided</scope>
44+
</dependency>
4045
<!-- Extends Jackson mapper -->
4146
<dependency>
4247
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)