Skip to content

Commit c9b9e7d

Browse files
committed
Remove redundant jackson-annotations dependency
Deleted the explicit dependency on com.fasterxml.jackson.core:jackson-annotations version 2.21 from pom.xml as it may be unnecessary or managed elsewhere.
1 parent a344182 commit c9b9e7d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,6 @@
372372
<artifactId>jackson-databind</artifactId>
373373
<version>${jackson.version}</version>
374374
</dependency>
375-
376-
<dependency>
377-
<groupId>com.fasterxml.jackson.core</groupId>
378-
<artifactId>jackson-annotations</artifactId>
379-
<version>2.21</version>
380-
</dependency>
381-
382375
<dependency>
383376
<groupId>tools.jackson.core</groupId>
384377
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)