Add jcommander as a dependency, in order to rework PMD CLI with it

This commit is contained in:
Romain PELISSE 2012-08-04 17:36:12 +02:00
parent 5d3f5f3ff4
commit bd23033a82

View File

@ -512,6 +512,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.27</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>