Skip to content

Commit 7cce374

Browse files
tilgalascopybara-github
authored andcommitted
chore: add explicit jackson-annotations dependency in core
PiperOrigin-RevId: 883110228
1 parent 5fd4c53 commit 7cce374

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
<groupId>com.google.errorprone</groupId>
9393
<artifactId>error_prone_annotations</artifactId>
9494
</dependency>
95+
<dependency>
96+
<groupId>com.fasterxml.jackson.core</groupId>
97+
<artifactId>jackson-annotations</artifactId>
98+
</dependency>
9599
<dependency>
96100
<groupId>com.fasterxml.jackson.core</groupId>
97101
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)