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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new f49a691b41 HDDS-6626. Exclude Hadoop Thirdparty from shaded Ozone FS 
jars (#3330)
f49a691b41 is described below

commit f49a691b41c051cc4defa5d5c19c01469af44e14
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Apr 27 11:47:52 2022 +0200

    HDDS-6626. Exclude Hadoop Thirdparty from shaded Ozone FS jars (#3330)
---
 hadoop-ozone/ozonefs-shaded/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml 
b/hadoop-ozone/ozonefs-shaded/pom.xml
index 46419e13d4..9d26a77ab8 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -52,6 +52,10 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.hadoop.thirdparty</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>log4j</groupId>
           <artifactId>log4j</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to