File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 21
21
</prerequisites >
22
22
23
23
<properties >
24
- <mavenPluginTools >3.4 </mavenPluginTools >
24
+ <mavenPluginTools >3.6.0 </mavenPluginTools >
25
25
<maven .version>3.1.0</maven .version>
26
26
</properties >
27
27
Original file line number Diff line number Diff line change 217
217
<properties >
218
218
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
219
219
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
220
- <jackson .version>2.9.7 </jackson .version>
220
+ <jackson .version>2.11.3 </jackson .version>
221
221
<jdom .version>2.0.2</jdom .version>
222
222
<!--
223
223
! This controls the minimum java version
242
242
<scope >test</scope >
243
243
</dependency >
244
244
<dependency >
245
- <groupId >com.fasterxml.jackson.core </groupId >
246
- <artifactId >jackson-core </artifactId >
245
+ <groupId >com.fasterxml.jackson</groupId >
246
+ <artifactId >jackson-bom </artifactId >
247
247
<version >${jackson.version} </version >
248
+ <type >pom</type >
249
+ <scope >import</scope >
248
250
</dependency >
249
251
<dependency >
250
252
<groupId >org.codehaus.modello</groupId >
You can’t perform that action at this time.
0 commit comments