Updated Branches: refs/heads/trunk 765883b71 -> 51dd5213d
depend on log4j2 only for test, not for runtime Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/51dd5213 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/51dd5213 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/51dd5213 Branch: refs/heads/trunk Commit: 51dd5213d168e5a5af30a9c79154f594dee39afd Parents: 765883b Author: jvermillard <[email protected]> Authored: Thu Jul 25 10:29:59 2013 +0200 Committer: jvermillard <[email protected]> Committed: Thu Jul 25 10:29:59 2013 +0200 ---------------------------------------------------------------------- coap/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/51dd5213/coap/pom.xml ---------------------------------------------------------------------- diff --git a/coap/pom.xml b/coap/pom.xml index a2cd5ea..daf0eb0 100644 --- a/coap/pom.xml +++ b/coap/pom.xml @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.logging.log4j.adapters</groupId> <artifactId>slf4j-impl</artifactId> - <scope>runtime</scope> + <scope>test</scope> </dependency> </dependencies> </project>
