Skip to content

Commit 4c013c0

Browse files
MikaelSmithsteveloughran
authored andcommitted
CDPD-81775: Disable cos and huaweicloud
Disables hadoop-cos and hadoop-huaweicloud projects as we don't support these cloud providers.
1 parent 6bdaea5 commit 4c013c0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

hadoop-cloud-storage-project/hadoop-cloud-storage/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,5 @@
122122
<artifactId>hadoop-azure-datalake</artifactId>
123123
<scope>compile</scope>
124124
</dependency>
125-
<dependency>
126-
<groupId>org.apache.hadoop</groupId>
127-
<artifactId>hadoop-cos</artifactId>
128-
<scope>compile</scope>
129-
</dependency>
130-
<dependency>
131-
<groupId>org.apache.hadoop</groupId>
132-
<artifactId>hadoop-huaweicloud</artifactId>
133-
<scope>compile</scope>
134-
</dependency>
135125
</dependencies>
136126
</project>

hadoop-cloud-storage-project/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
<modules>
3333
<module>hadoop-cloud-storage</module>
34-
<module>hadoop-cos</module>
35-
<module>hadoop-huaweicloud</module>
3634
</modules>
3735

3836
<build>

0 commit comments

Comments
 (0)