Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-06-03 22:34:21 +0000
committerJoakim Erdfelt2014-06-03 22:34:21 +0000
commitcfe99742d9b0bd086f9f1d9e18a64f5e14e289b4 (patch)
tree10a69070b341e51088ceb73e7394f011f8810fe4 /pom.xml
parent4c4d712d65caae368e9dd00d8cbd99dbab6af4e7 (diff)
downloadorg.eclipse.jetty.project-cfe99742d9b0bd086f9f1d9e18a64f5e14e289b4.tar.gz
org.eclipse.jetty.project-cfe99742d9b0bd086f9f1d9e18a64f5e14e289b4.tar.xz
org.eclipse.jetty.project-cfe99742d9b0bd086f9f1d9e18a64f5e14e289b4.zip
Due to JettyAwareLogger, the Slf4j minimum requirement is version 1.6
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8d8d0ecf3d..a3323456a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<jetty.url>http://www.eclipse.org/jetty</jetty.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<build-support-version>1.1</build-support-version>
- <slf4j-version>1.6.1</slf4j-version>
+ <slf4j-version>1.6.6</slf4j-version>
<jetty-test-policy-version>1.2</jetty-test-policy-version>
<npn.api.version>1.1.0.v20120525</npn.api.version>
<alpn.api.version>1.0.0</alpn.api.version>

Back to the top