From 8e901f44a086e499c93676508965ced5d6b27981 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 4 Nov 2009 08:32:50 -0800 Subject: [PATCH] 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 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 974b58f93..55cfd4472 100644 --- a/pom.xml +++ b/pom.xml @@ -197,9 +197,10 @@ + junit junit - 3.8.1 + 3.8.2