Skip to content
Snippets Groups Projects
Commit 8e901f44 authored by Shawn Pearce's avatar Shawn Pearce
Browse files

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: default avatarShawn O. Pearce <spearce@spearce.org>
parent f3f6745e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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