HADOOP-13297. Add missing dependency in setting maven-remote-resource-plugin to fix builds. Contributed by Sean Busbey.

(cherry picked from commit 7bd5d4272c)
This commit is contained in:
Akira Ajisaka 2016-07-11 17:21:56 -07:00
parent 89121745c0
commit 02b037f625
1 changed files with 7 additions and 0 deletions

View File

@ -1138,6 +1138,13 @@
<resourceBundle>org.apache.hadoop:hadoop-build-tools:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-build-tools</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>