From bd23033a828ec145b8efa3a071e4867eea77e9ea Mon Sep 17 00:00:00 2001 From: Romain PELISSE Date: Sat, 4 Aug 2012 17:36:12 +0200 Subject: [PATCH] Add jcommander as a dependency, in order to rework PMD CLI with it --- pmd/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pmd/pom.xml b/pmd/pom.xml index fb6de6609f..81e8aecc87 100644 --- a/pmd/pom.xml +++ b/pmd/pom.xml @@ -512,6 +512,11 @@ + + com.beust + jcommander + 1.27 + asm asm