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

zhaojinchao 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 bbcaa32c0e3 Remove : remove the H2 data.zip from shaded artifact 
(#23287) (#23288)
bbcaa32c0e3 is described below

commit bbcaa32c0e3798d8be6bf2372c4069613494d536
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Jan 3 15:40:26 2023 +0800

    Remove : remove the H2 data.zip from shaded artifact (#23287) (#23288)
---
 agent/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/agent/pom.xml b/agent/pom.xml
index 1791d7d930d..51f2841ce66 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -66,4 +66,24 @@
             </exclusions>
         </dependency>
     </dependencies>
+    
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-shade-plugin</artifactId>
+                    <configuration>
+                        <filters>
+                            <filter>
+                                <artifact>*:*</artifact>
+                                <excludes>
+                                    <exclude>org/h2/util/data.zip</exclude>
+                                </excludes>
+                            </filter>
+                        </filters>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
 </project>

Reply via email to