Skip to content
Snippets Groups Projects
Commit d7d035cb authored by Matthias Sohn's avatar Matthias Sohn
Browse files

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


Change-Id: I86f292039f1b8e499baf05238f55b1d550d098a5
Signed-off-by: default avatarMatthias Sohn <matthias.sohn@sap.com>
parent e36c2aa8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment