From d859e902a3a22a8ca97a16e8f19e0ef889e48cb8 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 30 Jul 2018 13:52:08 +0100 Subject: Add commons-cli version for all components Apache commons-cli is used for command argument handling in multiple modules. It's version is now controlled from the parent integration POM. Issue-ID: POLICY-922 Change-Id: Iebf6f731de591f3efba871a924b7a49c13d9fa13 Signed-off-by: liamfallon --- integration/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'integration/pom.xml') diff --git a/integration/pom.xml b/integration/pom.xml index fdb68bbe..e668d9a7 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -96,7 +96,6 @@ 4.4.9 - com.google.guava @@ -156,6 +155,13 @@ 1.3.0-oss + + + commons-cli + commons-cli + 1.4 + + -- cgit 1.2.3-korg