Skip to content

Commit

Permalink
Change the scope of hadoop-client-runtime from "runtime" to "${hadoop…
Browse files Browse the repository at this point in the history
….deps.scope}".
  • Loading branch information
sarutak committed Nov 4, 2020
1 parent 0b557b3 commit babab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-runtime</artifactId>
<version>${hadoop.version}</version>
<scope>runtime</scope>
<scope>${hadoop.deps.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down

0 comments on commit babab2e

Please sign in to comment.