File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 8080 <!-- upload util -->
8181 <commons-fileupload .version>1.3.2</commons-fileupload .version>
8282 <!-- json support -->
83- <fastjson .version>1.2.20 </fastjson .version>
83+ <fastjson .version>[ 1.2.31,) </fastjson .version>
8484 <!-- html -->
8585 <jsoup .version>1.10.1</jsoup .version>
8686 <!-- 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>
8888 <!-- compiler-plugin version -->
8989 <maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
9090 <!-- surefile-plugin test util -->
180180 <artifactId >springfox-swagger2</artifactId >
181181 <version >${springfox-swagger-ui.version} </version >
182182 </dependency >
183- <dependency >
184- <groupId >org.mortbay.jasper</groupId >
185- <artifactId >jasper-jsp</artifactId >
186- <version >${jsper.version} </version >
187- </dependency >
188183 <dependency >
189184 <groupId >org.mybatis.spring.boot</groupId >
190185 <artifactId >mybatis-spring-boot-starter</artifactId >
191186 <version >${mybatis.version} </version >
192187 </dependency >
193- <dependency >
194- <groupId >com.squareup.okhttp3</groupId >
195- <artifactId >okhttp</artifactId >
196- <version >${okhttp.version} </version >
197- </dependency >
198188 <dependency >
199189 <groupId >org.jsoup</groupId >
200190 <artifactId >jsoup</artifactId >
You can’t perform that action at this time.
0 commit comments