diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-10-11 00:34:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-10-11 00:34:55 +0200 |
commit | 8f6b75f7ade43c44fcfec5a02cca50439f365f19 (patch) | |
tree | 37cf9631b2821bbca232e1b8607f68d5cf38f2fe /org.eclipse.jgit.pgm/pom.xml | |
parent | 26832a00e4f6cfbc3b0319e08665755d54ce3689 (diff) | |
parent | 15341ce5777c25dd41a52cf4b633ba363e3bf7a2 (diff) | |
download | jgit-8f6b75f7ade43c44fcfec5a02cca50439f365f19.tar.gz jgit-8f6b75f7ade43c44fcfec5a02cca50439f365f19.zip |
Merge branch 'stable-4.5'
* stable-4.5:
pgm: Fix misspelled key of an externalized string
Add missing online help for Ketch server type option in CLI daemon
Remove wrong junit dependencies in org.eclipse.jgit.pgm
Change-Id: I9cac024c0b488101b539c713b0f5ffc8c01b55bd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 624c73615d..61979c8c5b 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -129,17 +129,6 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - - <dependency> - <groupId>org.eclipse.jgit</groupId> - <artifactId>org.eclipse.jgit.junit.http</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.lfs</artifactId> <version>${project.version}</version> |