Skip to content

Commit

Permalink
Revert to version of Jetty that doesn't bring in unwanted slf4j depen…
Browse files Browse the repository at this point in the history
…dency.

Fixes #69
  • Loading branch information
robfletcher committed Oct 17, 2012
1 parent 0fcd8bc commit 65eb3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {
'org.yaml:snakeyaml:1.10',
'org.apache.httpcomponents:httpclient:4.2.1',
'commons-lang:commons-lang:2.4',
'org.eclipse.jetty:jetty-server:7.6.0.v20120127'
'org.eclipse.jetty:jetty-server:7.3.1.v20110307'

testCompile('org.codehaus.groovy.modules.http-builder:http-builder:0.5.2') {
exclude module: 'groovy'
Expand Down Expand Up @@ -109,4 +109,4 @@ test {
exceptionFormat 'short'
}
}
}
}

0 comments on commit 65eb3cf

Please sign in to comment.