[dist] Add jcommander back

This dependency is needed by pmd-designer 7.0.0-rc1, which is shipped with the distribution.
This commit is contained in:
Andreas Dangel 2023-05-30 19:18:24 +02:00
parent 17beee6480
commit 25e230aff0
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -173,6 +173,13 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- needed for pmd-designer 7.0.0-rc1 -->
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>