File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 97
97
<hamcrest .version>2.2</hamcrest .version>
98
98
<jsoup .version>1.15.3</jsoup .version>
99
99
<pmdVersion >6.49.0</pmdVersion >
100
+ <version .jcommander>1.82</version .jcommander>
101
+ <version .com.jcraft.jsch>0.1.55</version .com.jcraft.jsch>
100
102
101
103
<!-- Docker -->
102
104
<version .docker-compose-maven-plugin>4.0.0</version .docker-compose-maven-plugin>
515
517
<dependency >
516
518
<groupId >com.beust</groupId >
517
519
<artifactId >jcommander</artifactId >
518
- <version >1.82 </version >
520
+ <version >${version.jcommander} </version >
519
521
<scope >provided</scope >
520
522
</dependency >
521
523
<dependency >
534
536
<dependency >
535
537
<groupId >com.jcraft</groupId >
536
538
<artifactId >jsch</artifactId >
537
- <version >0.1.55</version >
539
+ <version >${version.com.jcraft.jsch} </version >
540
+ <version ></version >
538
541
<scope >provided</scope >
539
542
</dependency >
540
543
<dependency >
1095
1098
<version >${pmdVersion} </version >
1096
1099
<scope >compile</scope >
1097
1100
</dependency >
1101
+ <dependency >
1102
+ <groupId >com.beust</groupId >
1103
+ <artifactId >jcommander</artifactId >
1104
+ <version >${version.jcommander} </version >
1105
+ <scope >compile</scope >
1106
+ </dependency >
1098
1107
</dependencies >
1099
1108
</plugin >
1100
1109
<plugin >
You can’t perform that action at this time.
0 commit comments