summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-12-25 23:27:13 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-12-25 23:27:13 +0100
commit9caa94239aa15f38402344176fa32c09a2bd121c (patch)
tree93350cd442f21dad4e14005c8815087d2e59b704 /org.eclipse.jgit.http.test/pom.xml
parent28f0ef8509b93588bc0a42e1cf6b51db06da6474 (diff)
parent23e4765a655198db94ee748c795d6b04853c6369 (diff)
downloadjgit-9caa94239aa15f38402344176fa32c09a2bd121c.tar.gz
jgit-9caa94239aa15f38402344176fa32c09a2bd121c.zip
Merge branch 'stable-4.11' into stable-5.0
* stable-4.11: Prepare 4.11.7-SNAPSHOT builds JGit v4.11.6.201812241910-r Prepare 4.9.9-SNAPSHOT builds JGit v4.9.8.201812241815-r UploadPack: Test filtering by AdvertiseRefsHook in stateless transports Prepare 4.7.8-SNAPSHOT builds JGit v4.7.7.201812240805-r Fix feature versions imported by feature org.eclipse.jgit.pgm Prepare 4.5.6-SNAPSHOT builds JGit v4.5.5.201812240535-r Call AdvertiseRefsHook before validating wants Change-Id: Ie81284ca6d580b0712c49eec610393d0c0c50203 Signed-off-by: Jonathan Nieder <jrn@google.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r--org.eclipse.jgit.http.test/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml
index 7b832405b5..87e2f4ccae 100644
--- a/org.eclipse.jgit.http.test/pom.xml
+++ b/org.eclipse.jgit.http.test/pom.xml
@@ -71,6 +71,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</artifactId>
<version>${project.version}</version>
@@ -84,13 +91,6 @@
</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>