HADOOP-18090 Add com.jcraft.jsch dependency to hadoop-client-runtime

This commit is contained in:
Stanislav Kokaisl 2022-08-04 12:56:41 +02:00
parent dbf73e16b1
commit 7eb73fe275
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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>