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 9cea16d  HDDS-5933. Ozone Filesystem shaded jars include unnecessary 
dependencies (#2798)
9cea16d is described below

commit 9cea16d281624b06ac1291747b0c5600cf9b29b4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 4 10:41:04 2021 +0100

    HDDS-5933. Ozone Filesystem shaded jars include unnecessary dependencies 
(#2798)
---
 .../src/main/java/org/apache/hadoop/hdds/NodeDetails.java             | 0
 hadoop-ozone/common/pom.xml                                           | 4 ----
 2 files changed, 4 deletions(-)

diff --git 
a/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/NodeDetails.java 
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/NodeDetails.java
similarity index 100%
rename from 
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/NodeDetails.java
rename to 
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/NodeDetails.java
diff --git a/hadoop-ozone/common/pom.xml b/hadoop-ozone/common/pom.xml
index 67217c2..7f7576f 100644
--- a/hadoop-ozone/common/pom.xml
+++ b/hadoop-ozone/common/pom.xml
@@ -72,10 +72,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <artifactId>spotbugs-annotations</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.ozone</groupId>
-      <artifactId>hdds-server-framework</artifactId>
-    </dependency>
   </dependencies>
 
   <build>

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

Reply via email to