Skip to content

Commit eb5715b

Browse files
author
michele
committed
updated jackson dependencies
1 parent 6524a8c commit eb5715b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<slf4j-api.version>1.7.13</slf4j-api.version>
26-
<jackson.core.version>2.9.10</jackson.core.version>
2726
<logback-classic.version>1.1.3</logback-classic.version>
2827
<hamcrest-all.version>1.3</hamcrest-all.version>
2928
<junit.version>4.12</junit.version>
@@ -224,10 +223,12 @@
224223
<version>${slf4j-api.version}</version>
225224
</dependency>
226225
<dependency>
227-
<groupId>com.fasterxml.jackson.core</groupId>
228-
<artifactId>jackson-core</artifactId>
229-
<version>${jackson.core.version}</version>
230-
</dependency>
226+
<groupId>com.fasterxml.jackson</groupId>
227+
<artifactId>jackson-bom</artifactId>
228+
<version>2.9.10.20191020</version>
229+
<scope>import</scope>
230+
<type>pom</type>
231+
</dependency>
231232
<dependency>
232233
<groupId>ch.qos.logback</groupId>
233234
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)