aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 390ddb95ff..60db93505a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,8 +172,8 @@
<jsch-version>0.1.44-1</jsch-version>
<junit-version>4.5</junit-version>
<args4j-version>2.0.12</args4j-version>
- <servlet-api-version>2.5</servlet-api-version>
- <jetty-version>7.1.6.v20100715</jetty-version>
+ <servlet-api-version>3.0.1</servlet-api-version>
+ <jetty-version>8.1.3.v20120416</jetty-version>
<protobuf-version>2.4.0a</protobuf-version>
<clirr-version>2.3</clirr-version>
</properties>
@@ -183,6 +183,10 @@
<id>jgit-repository</id>
<url>http://download.eclipse.org/jgit/maven</url>
</repository>
+ <repository>
+ <id>jetty-repository</id>
+ <url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/${jetty-version}/</url>
+ </repository>
</repositories>
<build>
@@ -397,7 +401,7 @@
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>javax.servlet-api</artifactId>
<version>${servlet-api-version}</version>
</dependency>