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

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


The following commit(s) were added to refs/heads/master by this push:
     new 129496f  HDDS-3368. Ozone filesystem jar should not include webapps 
folder (#804)
129496f is described below

commit 129496f0cb18e8080a7b465e544f395379df2755
Author: Vivek Ratnavel Subramanian <[email protected]>
AuthorDate: Fri Apr 10 11:44:45 2020 -0700

    HDDS-3368. Ozone filesystem jar should not include webapps folder (#804)
---
 hadoop-ozone/ozonefs-lib-current/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hadoop-ozone/ozonefs-lib-current/pom.xml 
b/hadoop-ozone/ozonefs-lib-current/pom.xml
index 3015d73..697596c 100644
--- a/hadoop-ozone/ozonefs-lib-current/pom.xml
+++ b/hadoop-ozone/ozonefs-lib-current/pom.xml
@@ -181,6 +181,14 @@
         </exclusion>
         <exclusion>
           <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdds-server-framework</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdds-container-service</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>
         </exclusion>
         <exclusion>


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

Reply via email to