Browse Source

更换jetty版本,老版本会报莫名异常错误

master
Binary Wang 8 years ago
parent
commit
a0d0cb7480
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      pom.xml

+ 1
- 2
pom.xml View File

@@ -82,8 +82,7 @@
<commons-lang3.version>3.5</commons-lang3.version>
<commons-io.version>2.5</commons-io.version>
<commons-codec.version>1.10</commons-codec.version>
<jetty.version>9.3.0.M0</jetty.version>
<jetty-new.version>9.3.10.v20160621</jetty-new.version>
<jetty.version>9.3.0.RC0</jetty.version>
</properties>

<dependencies>


Loading…
Cancel
Save