This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
commit 5dd884a1496a9ba93febb4c3ee418b70b91ce226 Author: Andrew Purtell <[email protected]> AuthorDate: Mon Jun 8 13:52:19 2026 -0700 Amend HBASE-30194 [thirdparty] Onboard libthrift to hbase-thirdparty; fix RAT check --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 2118ea2..0c7bbf8 100644 --- a/pom.xml +++ b/pom.xml @@ -253,17 +253,16 @@ <exclude>**/patchprocess/**</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> <exclude>**/rat.txt</exclude> - <!-- exclude the shaded protobuf files --> + <!-- Exclude the patch files --> <exclude>**/src/main/patches/**</exclude> - <!--Exclude the unpacked google src--> + <!-- Exclude the unpacked google src --> <exclude>**/src/main/java/com/google/protobuf/**</exclude> <exclude>**/src/main/patches/**</exclude> <exclude>**/src/main/resources/google/**</exclude> <exclude>**/src/main/java/META-INF/**</exclude> - <!--Exclude the unpacked libthrift src and bundled license/notice--> - <exclude>**/hbase-shaded-thrift/src/main/java/org/apache/thrift/**</exclude> - <exclude>**/hbase-shaded-thrift/src/main/resources/META-INF/LICENSE.txt</exclude> - <exclude>**/hbase-shaded-thrift/src/main/resources/META-INF/NOTICE.txt</exclude> + <!-- Exclude the unpacked libthrift src --> + <exclude>**/src/main/java/org/apache/thrift/**</exclude> + <exclude>**/src/main/resources/META-INF/**</exclude> </excludes> </configuration> </plugin>
