Browse Source

Use JUnit 3.8.2 under CQ 3589

CQ 3589 was submitted to request permission to use JUnit 3.8.2
from Orbit.  We don't redistribute JUnit but we compile against it
and do redistribute a test support JAR (org.eclipse.jgit.junit)
that would depend upon it if someone were to develop their own
application code and also wish to write unit tests with JUnit.

Change-Id: I23b1f23e064224363585ec2f5dd62a0b4d28fb5b
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tags/v0.7.0
Shawn O. Pearce 14 years ago
parent
commit
8e901f44a0
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      pom.xml

+ 2
- 1
pom.xml View File

@@ -197,9 +197,10 @@
</dependency>

<dependency>
<!-- CQ 3589 -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>

<dependency>

Loading…
Cancel
Save