Skip to content

Commit a1fce43

Browse files
committed
work
1 parent 5f90c03 commit a1fce43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,12 @@
531531
</exclusion>
532532
</exclusions>
533533
</dependency>
534+
<dependency>
535+
<groupId>com.jcraft</groupId>
536+
<artifactId>jsch</artifactId>
537+
<version>0.1.55</version>
538+
<scope>provided</scope>
539+
</dependency>
534540
<dependency>
535541
<groupId>org.apache.maven.plugins</groupId>
536542
<artifactId>maven-deploy-plugin</artifactId>
@@ -893,6 +899,11 @@
893899
<type>maven-plugin</type>
894900
<scope>provided</scope>
895901
</dependency>
902+
<dependency>
903+
<groupId>com.jcraft</groupId>
904+
<artifactId>jsch</artifactId>
905+
<scope>provided</scope>
906+
</dependency>
896907
<dependency>
897908
<groupId>org.apache.maven.plugins</groupId>
898909
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)