Skip to content

Commit

Permalink
Change hadoop-hdfs dependency scope to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Edwards committed May 18, 2018
1 parent 11117c4 commit dccbd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circus-train-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<!-- Hive -->
Expand Down

0 comments on commit dccbd71

Please sign in to comment.