aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/pom.xml
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2018-06-04 22:22:24 -0700
committerJonathan Nieder <jrn@google.com>2018-06-04 22:22:24 -0700
commit903432ef4d6505d91eb76d09b4ded0a554f05e90 (patch)
treec1048c542fdf42053da8de7d6048d9da4b74b0d3 /org.eclipse.jgit.http.test/pom.xml
parent61e2414ef7f42759a9834c668f8059a098b71965 (diff)
parent7dbd2bfe7e0598097cf35aedd700d86b468bec7d (diff)
downloadjgit-903432ef4d6505d91eb76d09b4ded0a554f05e90.tar.gz
jgit-903432ef4d6505d91eb76d09b4ded0a554f05e90.zip
Merge branch 'stable-5.0'
* stable-5.0: Teach UploadPack "filter" in protocol v2 fetch Refactor test of capabilities output Refactor v2 advertisement into own function Refactor parsing of "filter" into its own method Disallow unknown args to "fetch" in protocol v2 Teach UploadPack shallow fetch in protocol v2 Refactor unshallowCommits to local variable Add protocol v2 support in http Give info/refs services more control over response Change-Id: I1683902222e076e1091795e94790a264550afb7b Signed-off-by: Jonathan Nieder <jrn@google.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index ef60c47176..c4a8580b88 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -84,6 +84,13 @@
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <scope>test</scope>
+ <version>[1.1.0,2.0.0)</version>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.http</artifactId>
<version>${project.version}</version>