Skip to content

Commit

Permalink
Depend on a more recent commons-cli to make multiple -p and -C option…
Browse files Browse the repository at this point in the history
…s work properly
  • Loading branch information
ianroberts committed Jun 5, 2018
1 parent aba45c1 commit 57c7510
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,12 @@
<version>2.4</version>
<scope>compile</scope>
</dependency>

<!-- commons-cli for command line parsing -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>

0 comments on commit 57c7510

Please sign in to comment.