File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
<properties >
24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<slf4j-api .version>1.7.13</slf4j-api .version>
26
- <jackson .core.version>2.9.10</jackson .core.version>
27
26
<logback-classic .version>1.1.3</logback-classic .version>
28
27
<hamcrest-all .version>1.3</hamcrest-all .version>
29
28
<junit .version>4.12</junit .version>
224
223
<version >${slf4j-api.version} </version >
225
224
</dependency >
226
225
<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 >
231
232
<dependency >
232
233
<groupId >ch.qos.logback</groupId >
233
234
<artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments