mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update Jetty to 12 and add JettyRequest and JettyResponse
This commit is contained in:
@@ -37,10 +37,8 @@
|
||||
<httpclient5.version>5.4.1</httpclient5.version>
|
||||
<httpclient4.version>4.5.14</httpclient4.version>
|
||||
<okhttp.version>4.12.0</okhttp.version>
|
||||
<!-- 固定 2.2.x支持到JDK8 -->
|
||||
<undertow.version>2.2.36.Final</undertow.version>
|
||||
<!-- 固定 9.x支持到JDK8 -->
|
||||
<jetty.version>9.4.56.v20240826</jetty.version>
|
||||
<undertow.version>2.3.18.Final</undertow.version>
|
||||
<jetty.version>12.0.19</jetty.version>
|
||||
<!-- 固定 9.x支持到JDK8 -->
|
||||
<tomcat.version>9.0.97</tomcat.version>
|
||||
<smartboot.version>1.4.3</smartboot.version>
|
||||
@@ -85,13 +83,6 @@
|
||||
<version>5.0.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- 第三方HTTP客户端库 -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user