Skip to content

Commit a0d0cb7

Browse files
committed
更换jetty版本,老版本会报莫名异常错误
1 parent 866155d commit a0d0cb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
<commons-lang3.version>3.5</commons-lang3.version>
8383
<commons-io.version>2.5</commons-io.version>
8484
<commons-codec.version>1.10</commons-codec.version>
85-
<jetty.version>9.3.0.M0</jetty.version>
86-
<jetty-new.version>9.3.10.v20160621</jetty-new.version>
85+
<jetty.version>9.3.0.RC0</jetty.version>
8786
</properties>
8887

8988
<dependencies>

0 commit comments

Comments
 (0)