Repository: logging-log4j2 Updated Branches: refs/heads/master ebc636902 -> a870e1abb
ch.qos.logback is a test dependency. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a870e1ab Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a870e1ab Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a870e1ab Branch: refs/heads/master Commit: a870e1abb697f5dd9979d3246fb534fb5b1ba4ae Parents: ebc6369 Author: Gary Gregory <[email protected]> Authored: Sat Oct 4 08:17:13 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sat Oct 4 08:17:13 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a870e1ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de08343..a51b81e 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${logback.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -246,6 +247,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId>
