aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-05-11 21:53:42 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2010-05-11 21:53:42 +0200
commitd7d035cbaa504834c6ef8e9110da583f8c41f26a (patch)
tree0b055bc354b629076ac008709b32e45e69909b21 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature
parente36c2aa845c638cb656d11b90f67f6fd66aa1d6d (diff)
downloadjgit-d7d035cbaa504834c6ef8e9110da583f8c41f26a.tar.gz
jgit-d7d035cbaa504834c6ef8e9110da583f8c41f26a.zip
Add missing pom dependency to org.eclipse.jgit.junit
Change-Id: I86f292039f1b8e499baf05238f55b1d550d098a5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
index c4f81fab19..5c2c0cda4c 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
@@ -58,4 +58,12 @@
<name>JGit JUnit Feature (Incubation)</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.junit</artifactId>
+ <version>0.8.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
</project>