Skip to content

Commit

Permalink
Revert to non-java8 version of jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Jul 28, 2015
1 parent 38b1623 commit 835c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion governator-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile 'javax.servlet:servlet-api:2.5'
compile 'com.google.inject.extensions:guice-servlet:4.0'
compile 'com.sun.jersey:jersey-server:1.19'
compile 'org.eclipse.jetty:jetty-servlet:9.3.0.v20150612'
compile 'org.eclipse.jetty:jetty-servlet:9.2.12.v20150709'

testCompile 'com.sun.jersey.contribs:jersey-guice:1.19'
}

0 comments on commit 835c917

Please sign in to comment.