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

Change-Id: I86f292039f1b8e499baf05238f55b1d550d098a5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2010-05-11 21:53:42 +02:00
parent e36c2aa845
commit d7d035cbaa
2 changed files with 13 additions and 0 deletions

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>

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>