Add commons-cli version for all components
[policy/parent.git] / integration / pom.xml
index fdb68bb..e668d9a 100644 (file)
@@ -96,7 +96,6 @@
                 <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 -->