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

zhangliang 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 56c416cc01f Remove mozilla suffix file (#23303)
56c416cc01f is described below

commit 56c416cc01f219b97933d0b2ebc7a8dc8be3a03e
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Jan 3 22:19:55 2023 +0800

    Remove mozilla suffix file (#23303)
    
    * Remove : remove the mozilla suffix text from shaded jarger (#23290)
    
    * Add : add comment for dependency exclution (#23290)
---
 agent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/agent/pom.xml b/agent/pom.xml
index 51f2841ce66..9e3c015ee3f 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -77,7 +77,9 @@
                             <filter>
                                 <artifact>*:*</artifact>
                                 <excludes>
+                                    <!-- TODO H2 data.zip file may exclude 
from the proxy dependency -->
                                     <exclude>org/h2/util/data.zip</exclude>
+                                    
<exclude>mozilla/public-suffix-list.txt</exclude>
                                 </excludes>
                             </filter>
                         </filters>

Reply via email to