Browse Source

Merge branch 'develop' of gitadmin/tuoheng_gateway into release

pull/145/head
wanjing 10 months ago
parent
commit
f1e2d0c2d4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -90,13 +90,13 @@
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-logback-1.x</artifactId>
<version>8.5.0</version>
<version>9.0.0</version>
</dependency>

<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-trace</artifactId>
<version>8.5.0</version>
<version>9.0.0</version>
</dependency>

</dependencies>

Loading…
Cancel
Save