This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-presto.git
The following commit(s) were added to refs/heads/main by this push:
new 8e577a1 [fix] fix license check for redecuce-dependency-pom.xml while
shade (#12)
8e577a1 is described below
commit 8e577a1c075ca60ae1b28d137180a59c02342a65
Author: YeJunHao <[email protected]>
AuthorDate: Sun Jun 25 16:34:21 2023 +0800
[fix] fix license check for redecuce-dependency-pom.xml while shade (#12)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a07aa42..768d722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,7 @@ under the License.
<exclude>docs/static/js/anchor.min.js</exclude>
<exclude>docs/layouts/shortcodes/generated/**</exclude>
<exclude>**/*.svg</exclude>
+ <exclude>*/dependency-reduced-pom.xml</exclude>
<!-- Bundled license files -->
<exclude>**/LICENSE*</exclude>
<!-- artifacts created during release process -->
@@ -521,4 +522,4 @@ under the License.
</plugins>
</pluginManagement>
</build>
-</project>
\ No newline at end of file
+</project>