Skip to content

Commit 1d7d48d

Browse files
authored
Merge pull request houko#19 from xiaomoinfo/develop
Develop
2 parents 02735c2 + 0759afe commit 1d7d48d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
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 -->
@@ -180,21 +180,11 @@
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>

0 commit comments

Comments
 (0)