You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2022/09/29 03:51:06 UTC

[shardingsphere] branch master updated: agent plugin package excludes h2database (#21239)

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

jianglongtao 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 3da5ddaf3c1 agent plugin package excludes h2database (#21239)
3da5ddaf3c1 is described below

commit 3da5ddaf3c11b1e02dfe10ffec4c551fc8b3b986
Author: jiangML <10...@qq.com>
AuthorDate: Thu Sep 29 11:50:57 2022 +0800

    agent plugin package excludes h2database (#21239)
---
 shardingsphere-agent/shardingsphere-agent-plugins/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shardingsphere-agent/shardingsphere-agent-plugins/pom.xml b/shardingsphere-agent/shardingsphere-agent-plugins/pom.xml
index a518c348459..056fe4b2c03 100644
--- a/shardingsphere-agent/shardingsphere-agent-plugins/pom.xml
+++ b/shardingsphere-agent/shardingsphere-agent-plugins/pom.xml
@@ -69,6 +69,7 @@
                                 <excludes>
                                     <exclude>net.bytebuddy:byte-buddy:jar:</exclude>
                                     <exclude>org.checkerframework:checker-qual:jar:</exclude>
+                                    <exclude>com.h2database:h2:jar:</exclude>
                                     <exclude>com.google.*:*</exclude>
                                     <exclude>com.google.guava:guava:*</exclude>
                                     <exclude>org.slf4j:*</exclude>