Skip to content

Commit 78006f6

Browse files
committed
work
1 parent 2ca934b commit 78006f6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
<hamcrest.version>2.2</hamcrest.version>
9898
<jsoup.version>1.15.3</jsoup.version>
9999
<pmdVersion>6.49.0</pmdVersion>
100+
<version.jcommander>1.82</version.jcommander>
101+
<version.com.jcraft.jsch>0.1.55</version.com.jcraft.jsch>
100102

101103
<!-- Docker -->
102104
<version.docker-compose-maven-plugin>4.0.0</version.docker-compose-maven-plugin>
@@ -515,7 +517,7 @@
515517
<dependency>
516518
<groupId>com.beust</groupId>
517519
<artifactId>jcommander</artifactId>
518-
<version>1.82</version>
520+
<version>${version.jcommander}</version>
519521
<scope>provided</scope>
520522
</dependency>
521523
<dependency>
@@ -534,7 +536,8 @@
534536
<dependency>
535537
<groupId>com.jcraft</groupId>
536538
<artifactId>jsch</artifactId>
537-
<version>0.1.55</version>
539+
<version>${version.com.jcraft.jsch}</version>
540+
<version></version>
538541
<scope>provided</scope>
539542
</dependency>
540543
<dependency>
@@ -1095,6 +1098,12 @@
10951098
<version>${pmdVersion}</version>
10961099
<scope>compile</scope>
10971100
</dependency>
1101+
<dependency>
1102+
<groupId>com.beust</groupId>
1103+
<artifactId>jcommander</artifactId>
1104+
<version>${version.jcommander}</version>
1105+
<scope>compile</scope>
1106+
</dependency>
10981107
</dependencies>
10991108
</plugin>
11001109
<plugin>

0 commit comments

Comments
 (0)