mirror of https://github.com/apache/druid.git
Merge pull request #643 from metamx/upgrade-jetty
upgrade to jetty 9.2.1
This commit is contained in:
commit
b1f5e5c476
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