aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-06-01 11:37:38 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-06-01 16:07:52 +0200
commitce8baa37154b806b2dbb0e04e681f365c4dbd3ec (patch)
tree68c271b7e3e8ea4b50f72b95257297d47d72b24c /org.eclipse.jgit.http.server
parent174c8c5d398e2af1a612c49ea470f31fcb5247bc (diff)
downloadjgit-ce8baa37154b806b2dbb0e04e681f365c4dbd3ec.tar.gz
jgit-ce8baa37154b806b2dbb0e04e681f365c4dbd3ec.zip
Update dependencies to the versions used in target platform
- update com.jcraft.jsch to 0.1.51 - update javax.servlet to 3.1.0 Change-Id: Ie536182d1efc6dcc3abd03f8a9acd013adcbf2a8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r--org.eclipse.jgit.http.server/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml
index 38aa64c9d8..e0b759a9ee 100644
--- a/org.eclipse.jgit.http.server/pom.xml
+++ b/org.eclipse.jgit.http.server/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>