This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch branch-2.10.5.3-a41ecf in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 0fabeb8b05ef462ca9cb9ec393a811ab6e5187d9 Author: Jiwei Guo <[email protected]> AuthorDate: Mon Sep 18 13:54:04 2023 +0800 Fix license check issue --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 157cb1ddb0b..461733944a4 100644 --- a/pom.xml +++ b/pom.xml @@ -1554,6 +1554,7 @@ flexible messaging model and an intuitive client API.</description> <exclude>**/*.dylib</exclude> <exclude>src/test/resources/*.txt</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> + <exclude>src/test/resources/ssl/README.md</exclude> </excludes> </configuration> </plugin>
