We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed24ad commit a729021Copy full SHA for a729021
hadoop-tools/hadoop-gcp/pom.xml
@@ -351,7 +351,6 @@
351
</shadedPattern>
352
</relocation>
353
</relocations>
354
- <shadedArtifactAttached>true</shadedArtifactAttached>
355
</configuration>
356
</execution>
357
</executions>
hadoop-tools/hadoop-tools-dist/pom.xml
@@ -139,6 +139,12 @@
139
<scope>compile</scope>
140
<version>${project.version}</version>
141
</dependency>
142
+ <dependency>
143
+ <groupId>org.apache.hadoop</groupId>
144
+ <artifactId>hadoop-gcp</artifactId>
145
+ <scope>compile</scope>
146
+ <version>${project.version}</version>
147
+ </dependency>
148
</dependencies>
149
150
<build>
0 commit comments