Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2011-10-28 20:29:22 +0000
committerJoakim Erdfelt2011-10-28 20:29:22 +0000
commita32c1186e2368b4156b4d76730fff0b42305ae4c (patch)
tree3b34e7d21659bc0c9eb494df8e4273e92a4d3657 /jetty-util/pom.xml
parentaa73830199a4ea98e10dc1e5ef742da7d0786ee9 (diff)
downloadorg.eclipse.jetty.project-a32c1186e2368b4156b4d76730fff0b42305ae4c.tar.gz
org.eclipse.jetty.project-a32c1186e2368b4156b4d76730fff0b42305ae4c.tar.xz
org.eclipse.jetty.project-a32c1186e2368b4156b4d76730fff0b42305ae4c.zip
362113 - Improve Test Coverage of org.eclipse.jetty.util.log classes
+ JavaUtilLog coverage improvements and bug fixes + More in-code comments about decisions
Diffstat (limited to 'jetty-util/pom.xml')
-rw-r--r--jetty-util/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jetty-util/pom.xml b/jetty-util/pom.xml
index d3b4449a68..add28bb048 100644
--- a/jetty-util/pom.xml
+++ b/jetty-util/pom.xml
@@ -80,6 +80,11 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
+ <!--
+ This dependency is used to test Slf4jLog.
+ Due to the introduction of src/test/resource/jetty-logging.properties (and the Log.static{} block)
+ the default Log implementation is still StdErrLog during testing.
+ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>

Back to the top