File tree 1 file changed +2
-12
lines changed 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 80
80
<!-- upload util -->
81
81
<commons-fileupload .version>1.3.2</commons-fileupload .version>
82
82
<!-- json support -->
83
- <fastjson .version>1.2.20 </fastjson .version>
83
+ <fastjson .version>[ 1.2.31,) </fastjson .version>
84
84
<!-- html -->
85
85
<jsoup .version>1.10.1</jsoup .version>
86
86
<!-- spring-boot version -->
87
- <spring-boot .version>2.0.0 .RELEASE</spring-boot .version>
87
+ <spring-boot .version>2.0.3 .RELEASE</spring-boot .version>
88
88
<!-- compiler-plugin version -->
89
89
<maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
90
90
<!-- surefile-plugin test util -->
180
180
<artifactId >springfox-swagger2</artifactId >
181
181
<version >${springfox-swagger-ui.version} </version >
182
182
</dependency >
183
- <dependency >
184
- <groupId >org.mortbay.jasper</groupId >
185
- <artifactId >jasper-jsp</artifactId >
186
- <version >${jsper.version} </version >
187
- </dependency >
188
183
<dependency >
189
184
<groupId >org.mybatis.spring.boot</groupId >
190
185
<artifactId >mybatis-spring-boot-starter</artifactId >
191
186
<version >${mybatis.version} </version >
192
187
</dependency >
193
- <dependency >
194
- <groupId >com.squareup.okhttp3</groupId >
195
- <artifactId >okhttp</artifactId >
196
- <version >${okhttp.version} </version >
197
- </dependency >
198
188
<dependency >
199
189
<groupId >org.jsoup</groupId >
200
190
<artifactId >jsoup</artifactId >
You can’t perform that action at this time.
0 commit comments