1
0
mirror of synced 2025-12-15 19:47:58 +08:00

🎨 默认Apache http,排除jodd-http依赖

This commit is contained in:
laizuan
2021-09-19 12:53:42 +08:00
committed by GitHub
parent 18b49daf2b
commit cabee0f70c

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>