This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 3d51371c913 HADOOP-19800: hadoop-aws, hadoop-azure and other cloud
connectors don't get into common/lib (#8228)
3d51371c913 is described below
commit 3d51371c9135d0a714a9a81e7182e8a1852673f5
Author: Chris Nauroth <[email protected]>
AuthorDate: Thu Feb 5 12:46:13 2026 -0800
HADOOP-19800: hadoop-aws, hadoop-azure and other cloud connectors don't get
into common/lib (#8228)
Contributed by Chris Nauroth
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e07e6305e6f..e5eb541b9a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,11 +138,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/x
<module>hadoop-yarn-project</module>
<module>hadoop-mapreduce-project</module>
<module>hadoop-tools</module>
- <module>hadoop-dist</module>
<module>hadoop-minicluster</module>
<module>hadoop-client-modules</module>
<module>hadoop-build-tools</module>
<module>hadoop-cloud-storage-project</module>
+ <module>hadoop-dist</module>
</modules>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]