We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f90c03 commit a1fce43Copy full SHA for a1fce43
pom.xml
@@ -531,6 +531,12 @@
531
</exclusion>
532
</exclusions>
533
</dependency>
534
+ <dependency>
535
+ <groupId>com.jcraft</groupId>
536
+ <artifactId>jsch</artifactId>
537
+ <version>0.1.55</version>
538
+ <scope>provided</scope>
539
+ </dependency>
540
<dependency>
541
<groupId>org.apache.maven.plugins</groupId>
542
<artifactId>maven-deploy-plugin</artifactId>
@@ -893,6 +899,11 @@
893
899
<type>maven-plugin</type>
894
900
<scope>provided</scope>
895
901
902
903
904
905
906
896
907
897
908
898
909
0 commit comments