mirror of https://github.com/apache/druid.git
upgrade to jetty 9.2.1
Upgrade jetty version - supports Java8 - Async I/O Proxying - other jetty bug fixes
This commit is contained in:
parent
6430776607
commit
439ff9d5e2
6
pom.xml
6
pom.xml
|
@ -324,17 +324,17 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>9.1.5.v20140505</version>
|
||||
<version>9.2.1.v20140609</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>9.1.5.v20140505</version>
|
||||
<version>9.2.1.v20140609</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlets</artifactId>
|
||||
<version>9.1.5.v20140505</version>
|
||||
<version>9.2.1.v20140609</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
|
|
Loading…
Reference in New Issue