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

pull/445/head
hsdllcw 1 year ago
parent 26184e1592
commit 273811480f

@ -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>

Loading…
Cancel
Save