diff options
-rw-r--r-- | integration/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ <version>4.4.9</version> </dependency> - <!-- utility classes, google's collections, io classes --> <dependency> <groupId>com.google.guava</groupId> @@ -156,6 +155,13 @@ <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 --> |