소스 검색

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 년 전
부모
커밋
d7d035cbaa

+ 8
- 0
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>

+ 5
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml 파일 보기

@@ -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…
취소
저장