Skip to content

Commit 7f42d54

Browse files
committed
Remove extra Jackson modules.
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 4ef9978 commit 7f42d54

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,16 +471,6 @@
471471
<artifactId>jackson-annotations</artifactId>
472472
<version>${jackson.version}</version>
473473
</dependency>
474-
<dependency>
475-
<groupId>com.fasterxml.jackson.datatype</groupId>
476-
<artifactId>jackson-datatype-jdk8</artifactId>
477-
<version>${jackson.version}</version>
478-
</dependency>
479-
<dependency>
480-
<groupId>com.fasterxml.jackson.module</groupId>
481-
<artifactId>jackson-module-parameter-names</artifactId>
482-
<version>${jackson.version}</version>
483-
</dependency>
484474
<dependency>
485475
<groupId>io.projectreactor</groupId>
486476
<artifactId>reactor-core</artifactId>

0 commit comments

Comments
 (0)