You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2020/04/10 18:44:53 UTC

[hadoop-ozone] branch master updated: HDDS-3368. Ozone filesystem jar should not include webapps folder (#804)

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 <vi...@gmail.com>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org