diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-23 22:21:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-23 22:21:58 +0200 |
commit | 24a0f47e32ab7cdf20c2201d7100599ea057f8a3 (patch) | |
tree | 4f48651fbc71bced0469f771b855ff9aa63d670d /pom.xml | |
parent | 23e0a3e734beaed5af14d8fb64c5a8285631adc1 (diff) | |
download | jgit-24a0f47e32ab7cdf20c2201d7100599ea057f8a3.tar.gz jgit-24a0f47e32ab7cdf20c2201d7100599ea057f8a3.zip |
Update Jetty to 8.1.3.v20120416
Jetty 8.1.3 comes with Juno M7 and this version can be installed from
http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/
Change-Id: Ifc4bfbb3efbab0f5bfbde74f0b2ddc5a2f9ee6a5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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> |