Skip to content

Commit

Permalink
HADOOP-13696. change hadoop-common dependency scope of jsch to provid…
Browse files Browse the repository at this point in the history
…ed. Contributed by Yuanbo Liu.
  • Loading branch information
steveloughran committed Oct 10, 2016
1 parent af50da3 commit cef61d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hadoop-common-project/hadoop-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down

0 comments on commit cef61d5

Please sign in to comment.