From 57c751094e6f1d90d575fd7992555ac27ff25d55 Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Tue, 5 Jun 2018 18:39:18 +0100 Subject: [PATCH] Depend on a more recent commons-cli to make multiple -p and -C options work properly --- impl/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/impl/pom.xml b/impl/pom.xml index f992583..d0b16d0 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -92,5 +92,12 @@ 2.4 compile + + + + commons-cli + commons-cli + 1.4 +