Browse Source

HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu.

Steve Loughran 8 years ago
parent
commit
cef61d505e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hadoop-common-project/hadoop-common/pom.xml

+ 1 - 0
hadoop-common-project/hadoop-common/pom.xml

@@ -235,6 +235,7 @@
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jsch</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>