mirror of https://github.com/apache/archiva.git
[MRM-1677] upgrade jetty 8.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389594 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
344e30f60b
commit
dcf75c4ed0
|
@ -29,6 +29,7 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<!-- This is filtered into the scripts, so should be set to Apache Archiva -->
|
<!-- This is filtered into the scripts, so should be set to Apache Archiva -->
|
||||||
<name>Apache Archiva Javascript</name>
|
<name>Apache Archiva Javascript</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -91,7 +91,7 @@
|
||||||
<httpclient.version>4.2.1</httpclient.version>
|
<httpclient.version>4.2.1</httpclient.version>
|
||||||
<httpclient.core.version>4.2.2</httpclient.core.version>
|
<httpclient.core.version>4.2.2</httpclient.core.version>
|
||||||
<javaxMailVersion>1.4</javaxMailVersion>
|
<javaxMailVersion>1.4</javaxMailVersion>
|
||||||
<jettyVersion>7.4.5.v20110725</jettyVersion>
|
<jettyVersion>8.1.7.v20120910</jettyVersion>
|
||||||
<jacksonVersion>1.9.9</jacksonVersion>
|
<jacksonVersion>1.9.9</jacksonVersion>
|
||||||
<!-- restore when we will be able to use a derby in memory database -->
|
<!-- restore when we will be able to use a derby in memory database -->
|
||||||
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
|
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
|
||||||
|
|
Loading…
Reference in New Issue