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

technoboy pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 6f2b761fc17 [fix][ci] Fix license check issue (#21197)
6f2b761fc17 is described below

commit 6f2b761fc172d53d59f565b9ea037c34045c38bb
Author: Jiwei Guo <[email protected]>
AuthorDate: Mon Sep 18 00:54:04 2023 -0500

    [fix][ci] Fix license check issue (#21197)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 20f16393926..a94d0c8bb22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1714,6 +1714,7 @@ flexible messaging model and an intuitive client 
API.</description>
             <exclude>**/*.so.*</exclude>
             <exclude>**/*.dylib</exclude>
             <exclude>src/test/resources/*.txt</exclude>
+            <exclude>src/test/resources/ssl/README.md</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to