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>
|
<artifactId>kfs</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</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 -->
|
<!-- add back in transitive dependencies of hadoop-mapreduce-client-app removed in client -->
|
||||||
<!-- Skipping javax.servlet:servlet-api because it's in client -->
|
<!-- Skipping javax.servlet:servlet-api because it's in client -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -108,6 +108,12 @@
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.jcraft</groupId>
|
||||||
|
<artifactId>jsch</artifactId>
|
||||||
|
<optional>true</optional>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
Loading…
Reference in New Issue