This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch InflightReadsLimiter
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/InflightReadsLimiter by this
push:
new 523a4362985 Fix license check issue
523a4362985 is described below
commit 523a436298515a33b0033f34c0b631d8f0a85143
Author: Jiwe Guo <[email protected]>
AuthorDate: Mon Sep 18 13:17:40 2023 +0800
Fix license check issue
---
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>