Specify logback scope in log4j-perf.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/85f01ff1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/85f01ff1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/85f01ff1 Branch: refs/heads/master Commit: 85f01ff1fd58a8f844079122a814a205b1d045db Parents: 9e55a20 Author: Matt Sicker <[email protected]> Authored: Sat Oct 4 10:00:43 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Oct 4 10:00:43 2014 -0500 ---------------------------------------------------------------------- log4j-perf/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/85f01ff1/log4j-perf/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 553410a..8e270ec 100644 --- a/log4j-perf/pom.xml +++ b/log4j-perf/pom.xml @@ -75,10 +75,12 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId>
