mirror of https://gitee.com/maxjhandsome/pig
修改 openfeign 造成 zipkin-elk 启动异常问题
This commit is contained in:
parent
40f41a0fe3
commit
aad02307d5
|
@ -22,6 +22,18 @@
|
|||
<groupId>com.github.pig</groupId>
|
||||
<artifactId>pig-common</artifactId>
|
||||
<version>${pig.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-okhttp</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>3.10.0</version>
|
||||
</dependency>
|
||||
<!--zipkin-->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue