HBASE-2636 Upgrade Jetty to 6.1.24
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@949921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b37b3611f
commit
edf52b76df
|
@ -653,6 +653,7 @@ Release 0.21.0 - Unreleased
|
|||
and over for same region
|
||||
HBASE-2630 HFile should use toStringBinary in various places
|
||||
HBASE-2632 Shell should autodetect terminal width
|
||||
HBASE-2636 Upgrade Jetty to 6.1.24
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -430,7 +430,8 @@
|
|||
|
||||
<commons-cli.version>1.2</commons-cli.version>
|
||||
<commons-logging.version>1.1.1</commons-logging.version>
|
||||
<jetty.version>6.1.14</jetty.version>
|
||||
<jetty.version>6.1.24</jetty.version>
|
||||
<jetty.jspapi.version>6.1.14</jetty.jspapi.version>
|
||||
<junit.version>4.8.1</junit.version>
|
||||
<log4j.version>1.2.15</log4j.version>
|
||||
<zookeeper.version>3.3.1</zookeeper.version>
|
||||
|
@ -512,7 +513,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>servlet-api-2.5</artifactId>
|
||||
<version>${jetty.version}</version>
|
||||
<version>${jetty.jspapi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Test dependencies -->
|
||||
|
@ -618,12 +619,12 @@
|
|||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jsp-2.1</artifactId>
|
||||
<version>${jetty.version}</version>
|
||||
<version>${jetty.jspapi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jsp-api-2.1</artifactId>
|
||||
<version>${jetty.version}</version>
|
||||
<version>${jetty.jspapi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>tomcat</groupId>
|
||||
|
|
Loading…
Reference in New Issue