[fix] 避免okhttp版本错误导致的启动失败的问题

pull/445/head
hsdllcw 2024-08-09 16:17:54 +08:00
parent 26184e1592
commit 273811480f
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
</exclusions>
</dependency>