Skip to content

Commit 3aeee22

Browse files
committed
HADOOP-19343: Include hadoop-gcp in hadoop-cloud-storage.
1 parent 99f869c commit 3aeee22

File tree

2 files changed

+11
-0
lines changed
  • hadoop-cloud-storage-project/hadoop-cloud-storage
  • hadoop-project

2 files changed

+11
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,10 @@
130130
<artifactId>hadoop-tos</artifactId>
131131
<scope>compile</scope>
132132
</dependency>
133+
<dependency>
134+
<groupId>org.apache.hadoop</groupId>
135+
<artifactId>hadoop-gcp</artifactId>
136+
<scope>compile</scope>
137+
</dependency>
133138
</dependencies>
134139
</project>

hadoop-project/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,12 @@
793793
<version>${hadoop.version}</version>
794794
</dependency>
795795

796+
<dependency>
797+
<groupId>org.apache.hadoop</groupId>
798+
<artifactId>hadoop-gcp</artifactId>
799+
<version>${hadoop.version}</version>
800+
</dependency>
801+
796802
<dependency>
797803
<groupId>org.apache.hadoop</groupId>
798804
<artifactId>hadoop-kms</artifactId>

0 commit comments

Comments
 (0)