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 <liam.fallon@ericsson.com>
                 <version>4.4.9</version>
             </dependency>
 
-
             <!-- utility classes, google's collections, io classes -->
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <version>1.3.0-oss</version>
             </dependency>
 
+            <!-- Commons CLI for command line parsing -->
+            <dependency>
+                <groupId>commons-cli</groupId>
+                <artifactId>commons-cli</artifactId>
+                <version>1.4</version>
+            </dependency>
+
             <!-- Test dependencies -->
 
             <!-- In memory Database Engine -->