Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-01-25 22:08:44 +0000
committerMatthias Sohn2017-01-25 22:09:07 +0000
commit64463f48360a54b49363625cf2a1295e7d2cad94 (patch)
treee2aa9b97ee1809337cadcfb63985cf5c8dde1eb2 /org.eclipse.egit.ui.test/pom.xml
parent66b0edda1f64919c77f22bb459b36c424e5df818 (diff)
downloadegit-64463f48360a54b49363625cf2a1295e7d2cad94.tar.gz
egit-64463f48360a54b49363625cf2a1295e7d2cad94.tar.xz
egit-64463f48360a54b49363625cf2a1295e7d2cad94.zip
Add org.eclipse.jgit.junit feature to test classpath of ui tests
This is required to ensure that its dependencies are available when running org.eclipse.egit.ui.test tests. Change-Id: I986893ea687fda44c4898bb23af19fa3cf648584 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui.test/pom.xml')
-rw-r--r--org.eclipse.egit.ui.test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml
index ea3de8eb4a..a3071b144a 100644
--- a/org.eclipse.egit.ui.test/pom.xml
+++ b/org.eclipse.egit.ui.test/pom.xml
@@ -54,6 +54,11 @@
</requirement>
<requirement>
<type>eclipse-feature</type>
+ <id>org.eclipse.jgit.junit</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ <requirement>
+ <type>eclipse-feature</type>
<id>org.eclipse.egit</id>
<versionRange>0.0.0</versionRange>
</requirement>

Back to the top