This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new b911715490d HBASE-29702 Remove shade plugin from hbase-protocol-shaded
(#7439)
b911715490d is described below
commit b911715490d10824ade79cbe990a2b53a1997dbb
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Nov 6 09:31:07 2025 +0100
HBASE-29702 Remove shade plugin from hbase-protocol-shaded (#7439)
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
hbase-protocol-shaded/pom.xml | 47 -------------------------------------------
1 file changed, 47 deletions(-)
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index e96405ae5c8..8904ef86875 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -108,53 +108,6 @@
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>3.4.1</version>
- <executions>
- <execution>
- <goals>
- <goal>shade</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <minimizeJar>true</minimizeJar>
- <shadeSourcesContent>true</shadeSourcesContent>
- <!-- Causes an NPE until shade 3.0.1. See MSHADE-247
- <createSourcesJar>true</createSourcesJar>
- -->
- <relocations>
- <relocation>
- <pattern>com.google.protobuf</pattern>
-
<shadedPattern>org.apache.hadoop.hbase.shaded.com.google.protobuf</shadedPattern>
- </relocation>
- </relocations>
- <artifactSet>
- <excludes>
- <!-- exclude J2EE modules that come in for JDK11+ or modules
that come in for
- JDK8+ but need not be included -->
- <exclude>javax.annotation:javax.annotation-api</exclude>
- <!--Exclude protobuf itself. We get a patched version from
hbase-thirdparty.
- -->
- <exclude>org.apache.hbase.thirdparty:*</exclude>
- <exclude>com.google.protobuf:protobuf-java</exclude>
- <exclude>com.google.code.findbugs:*</exclude>
- <exclude>com.google.j2objc:j2objc-annotations</exclude>
-
<exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
- <exclude>junit:junit</exclude>
- <exclude>commons-logging:commons-logging</exclude>
- <exclude>org.slf4j:*</exclude>
- <exclude>org.apache.logging.log4j:*</exclude>
- <exclude>org.apache.yetus:audience-annotations</exclude>
- <exclude>com.github.stephenc.fingbugs:*</exclude>
- <exclude>com.github.spotbugs:*</exclude>
- </excludes>
- </artifactSet>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>