HADOOP-18090 Add com.jcraft.jsch dependency to hadoop-client-runtime
This commit is contained in:
parent
dbf73e16b1
commit
7eb73fe275
|
@ -475,11 +475,6 @@
|
|||
<artifactId>kfs</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- add back in transitive dependencies of hadoop-mapreduce-client-app removed in client -->
|
||||
<!-- Skipping javax.servlet:servlet-api because it's in client -->
|
||||
<dependency>
|
||||
|
|
|
@ -108,6 +108,12 @@
|
|||
<scope>runtime</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<optional>true</optional>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
|
Loading…
Reference in New Issue