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 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
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 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index b811608a2e..cfdc3cf549 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -75,6 +75,11 @@ <artifactId>org.eclipse.jgit.http.server</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>${servlet-api-version}</version> + </dependency> </dependencies> </project> |