aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2009-11-04 08:32:50 -0800
committerShawn O. Pearce <spearce@spearce.org>2009-11-04 08:32:50 -0800
commit8e901f44a086e499c93676508965ced5d6b27981 (patch)
treedcb62679e9f2f0652260cbd8175ad073bf03516f /pom.xml
parentf3f6745e7973557800614820ed7fc26f6b2e5004 (diff)
downloadjgit-8e901f44a086e499c93676508965ced5d6b27981.tar.gz
jgit-8e901f44a086e499c93676508965ced5d6b27981.zip
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 974b58f93a..55cfd44729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>