File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 91
91
<groupId >com.github.spotbugs</groupId >
92
92
<artifactId >spotbugs-annotations</artifactId >
93
93
</dependency >
94
+ <dependency >
95
+ <groupId >com.fasterxml.jackson.core</groupId >
96
+ <artifactId >jackson-core</artifactId >
97
+ </dependency >
94
98
<dependency >
95
99
<groupId >com.fasterxml.jackson.core</groupId >
96
100
<artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 67
67
<artifactId >spotbugs-annotations</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >com.fasterxml.jackson.core</groupId >
72
+ <artifactId >jackson-core</artifactId >
73
+ <scope >test</scope >
74
+ </dependency >
75
+ <dependency >
76
+ <groupId >com.fasterxml.jackson.core</groupId >
77
+ <artifactId >jackson-databind</artifactId >
78
+ <scope >test</scope >
79
+ </dependency >
70
80
<dependency >
71
81
<groupId >com.tngtech.java</groupId >
72
82
<artifactId >junit-dataprovider</artifactId >
Original file line number Diff line number Diff line change 256
256
<artifactId >javax.annotation-api</artifactId >
257
257
<version >1.2</version >
258
258
</dependency >
259
+ <dependency >
260
+ <groupId >com.fasterxml.jackson.core</groupId >
261
+ <artifactId >jackson-core</artifactId >
262
+ <version >${jackson.version} </version >
263
+ </dependency >
259
264
<dependency >
260
265
<groupId >com.fasterxml.jackson.core</groupId >
261
266
<artifactId >jackson-databind</artifactId >
You can’t perform that action at this time.
0 commit comments