You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/04 18:28:10 UTC

[08/15] git commit: Specify logback scope in log4j-perf.

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 <ma...@apache.org>
Authored: Sat Oct 4 10:00:43 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
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>