File tree Expand file tree Collapse file tree 4 files changed +3
-26
lines changed Expand file tree Collapse file tree 4 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<swagger .version>2.0.8</swagger .version>
16
- <jackson-databind .version>2.10.1 </jackson-databind .version>
16
+ <jackson .version>2.10.2 </jackson .version>
17
17
</properties >
18
18
19
19
<dependencies >
39
39
<dependency >
40
40
<groupId >com.fasterxml.jackson.core</groupId >
41
41
<artifactId >jackson-databind</artifactId >
42
- <version >${jackson-databind .version} </version >
42
+ <version >${jackson.version} </version >
43
43
</dependency >
44
44
45
45
<dependency >
Original file line number Diff line number Diff line change 11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
14
- <properties >
15
- <swagger .version>2.0.8</swagger .version>
16
- <jackson-databind .version>2.10.1</jackson-databind .version>
17
- </properties >
18
-
19
14
<dependencies >
20
15
21
16
<dependency >
Original file line number Diff line number Diff line change 11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
14
- <properties >
15
- <swagger .version>2.0.8</swagger .version>
16
- <jackson-databind .version>2.10.1</jackson-databind .version>
17
- </properties >
18
-
19
14
<dependencies >
20
15
21
16
<dependency >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.fasterxml.jackson.core</groupId >
41
41
<artifactId >jackson-databind</artifactId >
42
- <version >2.9. 10.5 </version >
42
+ <version >2.10.2 </version >
43
43
</dependency >
44
44
45
45
<dependency >
107
107
108
108
</dependencies >
109
109
110
-
111
110
<build >
112
111
<finalName >app</finalName >
113
112
<plugins >
114
113
115
- <plugin >
116
- <groupId >io.repaint.maven</groupId >
117
- <artifactId >tiles-maven-plugin</artifactId >
118
- <version >2.17</version >
119
- <extensions >true</extensions >
120
- <configuration >
121
- <tiles >
122
- <tile >io.ebean.tile:enhancement:12.3.6</tile >
123
- </tiles >
124
- </configuration >
125
- </plugin >
126
-
127
114
<plugin >
128
115
<groupId >io.dinject</groupId >
129
116
<artifactId >openapi-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments