summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJens Baumgart <jens.baumgart@sap.com>2010-12-08 16:20:28 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2010-12-08 16:20:28 +0100
commit51e2646d4a17a22210111675030dee54f4cfee49 (patch)
treeca46985247e23b7abc282b8167750459550b0a11 /pom.xml
parenta02be9725c9f83f0a0280a9a1f00e8d484825885 (diff)
downloadjgit-51e2646d4a17a22210111675030dee54f4cfee49.tar.gz
jgit-51e2646d4a17a22210111675030dee54f4cfee49.zip
Introduce http test bundle
Introduce a http test bundle to make this functionality available for EGit tests. A simple http server class is provided. The jetty version was updated to a version that is also available via p2 (needed in EGit UI tests). Change-Id: I13bfc4c6c47e27d8f97d3e9752347d6d23e553d4 Signed-off-by: Jens Baumgart <jens.baumgart@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a6c76e5b31..6c45ae207a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<junit-version>3.8.2</junit-version>
<args4j-version>2.0.12</args4j-version>
<servlet-api-version>2.5</servlet-api-version>
- <jetty-version>7.0.1.v20091125</jetty-version>
+ <jetty-version>7.1.1.v20100517</jetty-version>
</properties>
<pluginRepositories>
@@ -364,6 +364,7 @@
<module>org.eclipse.jgit.iplog</module>
<module>org.eclipse.jgit.pgm</module>
<module>org.eclipse.jgit.junit</module>
+ <module>org.eclipse.jgit.junit.http</module>
<module>org.eclipse.jgit.test</module>
<module>org.eclipse.jgit.http.test</module>