Fix the gson dependency in the kafka-reporter-plugin. (#538)

This commit is contained in:
gzlicanyi 2023-05-26 19:02:18 +08:00 committed by GitHub
parent 9e26f26f0b
commit ddc68e27e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Release Notes.
* Support Grizzly Trace
* Fix possible IllegalStateException when using Micrometer.
* Support Grizzly Work ThreadPool Metric Monitor
* Fix the gson dependency in the kafka-reporter-plugin.
#### Documentation

View File

@ -76,6 +76,10 @@
<pattern>org.slf4j</pattern>
<shadedPattern>${shade.package}/org.slf4j</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>${shade.package}.com.google.gson</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />