Refactor to add XML test. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/57b72ed3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/57b72ed3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/57b72ed3
Branch: refs/heads/LOG4J2-1356 Commit: 57b72ed30ebea345d884aebeb3e62ca054e817a1 Parents: a2d3215 Author: ggregory <[email protected]> Authored: Wed Apr 6 14:23:11 2016 -0700 Committer: ggregory <[email protected]> Committed: Wed Apr 6 14:23:11 2016 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/log4j/MarkerMixInTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/57b72ed3/log4j-core/src/test/java/org/apache/logging/log4j/MarkerMixInTest.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/MarkerMixInTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/MarkerMixInTest.java index 99ba28a..21a5c97 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/MarkerMixInTest.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/MarkerMixInTest.java @@ -19,7 +19,6 @@ package org.apache.logging.log4j; import java.io.IOException; import org.apache.logging.log4j.MarkerManager.Log4jMarker; -import org.apache.logging.log4j.core.jackson.Log4jJsonObjectMapper; import org.junit.Assert; import org.junit.Before; import org.junit.Test;
