diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-10-02 01:13:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-10-02 01:15:57 +0200 |
commit | 9cb8192d1986befd56fb371269eee308c4f50998 (patch) | |
tree | 3ab7737328e122e2ccd5b9e4703db140b771b137 /org.eclipse.jgit.pgm/pom.xml | |
parent | 6257e27d4996549dd9f87a16f8aab51108cbef94 (diff) | |
download | jgit-9cb8192d1986befd56fb371269eee308c4f50998.tar.gz jgit-9cb8192d1986befd56fb371269eee308c4f50998.zip |
Remove wrong junit dependencies in org.eclipse.jgit.pgm
Bug: 503010
Change-Id: I8fa99f53020af41eb15c1f63b6f3ba094d56bfef
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 dd4aa9ba35..99945abe94 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> |