Browse Source

Add missing pom dependency to org.eclipse.jgit.junit

Change-Id: I86f292039f1b8e499baf05238f55b1d550d098a5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v0.8.1
Matthias Sohn 14 years ago
parent
commit
d7d035cbaa

+ 8
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml View File

@@ -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>

+ 5
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml View File

@@ -66,6 +66,11 @@
<artifactId>org.eclipse.jgit</artifactId>
<version>0.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit</artifactId>
<version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>

<build>

Loading…
Cancel
Save