You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/12/30 12:10:30 UTC

[shardingsphere] branch master updated: fix warning (#8829)

This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 85d846a  fix warning (#8829)
85d846a is described below

commit 85d846acc09969dcee065597e90305e941d18e64
Author: Daming <zt...@foxmail.com>
AuthorDate: Wed Dec 30 20:10:11 2020 +0800

    fix warning (#8829)
---
 shardingsphere-agent/shardingsphere-agent-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shardingsphere-agent/shardingsphere-agent-core/pom.xml b/shardingsphere-agent/shardingsphere-agent-core/pom.xml
index 0799fda..89cf5c3 100644
--- a/shardingsphere-agent/shardingsphere-agent-core/pom.xml
+++ b/shardingsphere-agent/shardingsphere-agent-core/pom.xml
@@ -49,6 +49,7 @@
                             <artifactSet>
                                 <excludes>
                                     <exclude>org.slf4j:*</exclude>
+                                    <exclude>net.bytebuddy:*</exclude>
                                     <exclude>com.google.errorprone:error_prone_annotations:jar:</exclude>
                                     <exclude>com.google.code.findbugs:jsr305:jar:</exclude>
                                     <exclude>org.checkerframework:checker-qual:jar:</exclude>