File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
dss-appconn/dss-appconn-core Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 95
95
<dependency >
96
96
<groupId >com.fasterxml.jackson.core</groupId >
97
97
<artifactId >jackson-databind</artifactId >
98
- <version >${fasterxml.jackson.version} </version >
98
+ <version >${fasterxml.jackson-databind .version} </version >
99
99
</dependency >
100
100
101
101
<dependency >
Original file line number Diff line number Diff line change 28
28
<artifactId >dss-appconn-core</artifactId >
29
29
30
30
<properties >
31
+ <!-- /pom.xml 里已定义
31
32
<fasterxml.jackson.version>2.12.6.1</fasterxml.jackson.version>
33
+ -->
32
34
<commons-collections .version>3.2.2</commons-collections .version>
33
35
</properties >
34
36
66
68
<dependency >
67
69
<groupId >com.fasterxml.jackson.core</groupId >
68
70
<artifactId >jackson-databind</artifactId >
69
- <version >${fasterxml.jackson.version} </version >
71
+ <version >${fasterxml.jackson-databind .version} </version >
70
72
<scope >provided</scope >
71
73
</dependency >
72
74
<dependency >
73
75
<groupId >com.fasterxml.jackson.core</groupId >
74
76
<artifactId >jackson-annotations</artifactId >
75
- <version >${fasterxml.jackson.version} </version >
77
+ <version >${fasterxml.jackson-annotations .version} </version >
76
78
<scope >provided</scope >
77
79
</dependency >
78
80
<dependency >
Original file line number Diff line number Diff line change 43
43
<scala .version>2.11.12</scala .version>
44
44
<jdk .compile.version>1.8</jdk .compile.version>
45
45
<maven .version>3.3.3</maven .version>
46
- <gson .version>2.8.5</gson .version>
47
- <fasterxml .jackson.version>2.12.6.1</fasterxml .jackson.version>
46
+ <gson .version>2.9.0</gson .version>
47
+ <fasterxml .jackson-databind.version>2.13.2.2</fasterxml .jackson-databind.version>
48
+ <fasterxml .jackson-annotations.version>2.13.2</fasterxml .jackson-annotations.version>
48
49
<org .codehaus.jackson.version>1.9.13</org .codehaus.jackson.version>
49
50
<math3 .version>3.1.1</math3 .version>
50
51
<httpclient .version>4.5.4</httpclient .version>
107
108
<dependency >
108
109
<groupId >com.fasterxml.jackson.core</groupId >
109
110
<artifactId >jackson-databind</artifactId >
110
- <version >${fasterxml.jackson.version} </version >
111
+ <version >${fasterxml.jackson-databind .version} </version >
111
112
</dependency >
112
113
<dependency >
113
114
<groupId >org.codehaus.jackson</groupId >
You can’t perform that action at this time.
0 commit comments