1
0
mirror of synced 2025-12-17 13:08:02 +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> <dependency>
<groupId>org.jodd</groupId> <groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId> <artifactId>jodd-http</artifactId>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>