Repository: logging-log4j2 Updated Branches: refs/heads/master daab4a69a -> dfe0b16a6
Revert change Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dfe0b16a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dfe0b16a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dfe0b16a Branch: refs/heads/master Commit: dfe0b16a68d0486a02c276ef90a081b34214eb30 Parents: daab4a6 Author: rgoers <[email protected]> Authored: Sun Sep 25 20:42:55 2016 -0700 Committer: rgoers <[email protected]> Committed: Sun Sep 25 20:42:55 2016 -0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dfe0b16a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 209d34d..b6dab17 100644 --- a/pom.xml +++ b/pom.xml @@ -291,6 +291,11 @@ <version>3.4</version> </dependency> <dependency> + <groupId>com.beust</groupId> + <artifactId>jcommander</artifactId> + <version>1.48</version> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logbackVersion}</version>
