项目结构调整 x 21 : 解决 opentracing 版本的冲突问题

This commit is contained in:
YunaiV
2021-05-03 10:31:29 +08:00
parent 0b5662b698
commit ab4e6d0819
9 changed files with 27 additions and 15 deletions

View File

@ -53,6 +53,10 @@
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-opentracing</artifactId>
</dependency>
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-util</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>