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

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

View File

@ -1132,6 +1132,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>