Skip to content

Commit 4822b30

Browse files
committed
Move all the Jackson deps to parent POM.
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent e1e31a0 commit 4822b30

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,16 @@
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>
474484
<dependency>
475485
<groupId>io.projectreactor</groupId>
476486
<artifactId>reactor-core</artifactId>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<argLine>
2121
--add-opens java.base/java.util=ALL-UNNAMED
2222
</argLine>
23-
2423
</properties>
2524

2625
<dependencies>
@@ -119,6 +118,7 @@
119118
<dependency>
120119
<groupId>org.assertj</groupId>
121120
<artifactId>assertj-core</artifactId>
121+
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)