File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 2929 <type >pom</type >
3030 <scope >import</scope >
3131 </dependency >
32- <dependency >
33- <groupId >com.fasterxml.jackson.core</groupId >
34- <artifactId >jackson-core</artifactId >
35- <version >${jackson.version} </version >
36- </dependency >
37- <dependency >
38- <groupId >com.fasterxml.jackson.core</groupId >
39- <artifactId >jackson-annotations</artifactId >
40- <version >${jackson.version} </version >
41- </dependency >
42- <dependency >
43- <groupId >com.fasterxml.jackson.core</groupId >
44- <artifactId >jackson-databind</artifactId >
45- <version >${jackson.version} </version >
46- </dependency >
47- <dependency >
48- <groupId >com.fasterxml.jackson.datatype</groupId >
49- <artifactId >jackson-datatype-jsr310</artifactId >
50- <version >${jackson.version} </version >
51- </dependency >
52- <dependency >
53- <groupId >com.fasterxml.jackson.datatype</groupId >
54- <artifactId >jackson-datatype-jdk8</artifactId >
55- <version >${jackson.version} </version >
56- </dependency >
57- <dependency >
58- <groupId >com.fasterxml.jackson.module</groupId >
59- <artifactId >jackson-module-parameter-names</artifactId >
60- <version >${jackson.version} </version >
61- </dependency >
6232 </dependencies >
6333 </dependencyManagement >
6434
You can’t perform that action at this time.
0 commit comments