Skip to content

Commit

Permalink
[dist] Add jcommander back
Browse files Browse the repository at this point in the history
This dependency is needed by pmd-designer 7.0.0-rc1, which is shipped with the distribution.
  • Loading branch information
adangel committed May 30, 2023
1 parent 17beee6 commit 25e230a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pmd-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 25e230a

Please sign in to comment.