Skip to content

Commit

Permalink
Use newest jetty.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Sep 7, 2022
1 parent d5cf9d7 commit cb66210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ configurations.all {
force 'com.esotericsoftware:kryo:4.0.0'

// hadoop uses an old jetty that doesn't like the new java version numbering scheme
force 'org.eclipse.jetty:jetty-servlet:10.0.2'
force 'org.eclipse.jetty:jetty-servlet:11.0.1'
}
all*.exclude group: 'org.slf4j', module: 'slf4j-jdk14' //exclude this to prevent slf4j complaining about to many slf4j bindings
all*.exclude group: 'com.google.guava', module: 'guava-jdk5'
Expand Down

0 comments on commit cb66210

Please sign in to comment.