Fix wrong dependency in doc for IgnoredException (#69)

This commit is contained in:
吴晟 Wu Sheng 2021-11-09 10:16:51 +08:00 committed by GitHub
parent bbbdef1805
commit 4376150f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ If an exception has the `@IgnoredException` annotation, the exception wouldn't b
```xml
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-log4j-1.x</artifactId>
<artifactId>apm-toolkit-trace</artifactId>
<version>{project.release.version}</version>
</dependency>
```