Skip to content

Commit 10b7d43

Browse files
authored
Merge pull request #656 from zhenlineo/4.0-jackson-databind
Remove not used jackson-databind dependency
2 parents 6da6a69 + c32918c commit 10b7d43

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

driver/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
<groupId>org.bouncycastle</groupId>
7171
<artifactId>bcpkix-jdk15on</artifactId>
7272
</dependency>
73-
<dependency>
74-
<groupId>com.fasterxml.jackson.core</groupId>
75-
<artifactId>jackson-databind</artifactId>
76-
</dependency>
7773
<dependency>
7874
<groupId>io.projectreactor</groupId>
7975
<artifactId>reactor-test</artifactId>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
<version>1.59</version>
123123
<scope>test</scope>
124124
</dependency>
125-
<dependency>
126-
<groupId>com.fasterxml.jackson.core</groupId>
127-
<artifactId>jackson-databind</artifactId>
128-
<version>2.9.8</version>
129-
<scope>test</scope>
130-
</dependency>
131125
<dependency>
132126
<groupId>ch.qos.logback</groupId>
133127
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)