aboutsummaryrefslogtreecommitdiffstats
path: root/maven/poi.pom
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-01-03 09:35:21 +0000
committerDominik Stadler <centic@apache.org>2015-01-03 09:35:21 +0000
commit55275b1e670f8f2439760563905828d500f02dd1 (patch)
treee6b40c95173df374a91b9317171f527dd07c83a2 /maven/poi.pom
parent64ded75d8767cc68893d627f60db53a7eeef9c73 (diff)
downloadpoi-55275b1e670f8f2439760563905828d500f02dd1.tar.gz
poi-55275b1e670f8f2439760563905828d500f02dd1.zip
Update to junit-4.12, the jar file is downloaded, so not required on classpath anymore. Also adjust version in pom.xml for Sonar.
Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r--maven/poi.pom2
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi.pom b/maven/poi.pom
index d987c882c1..6f2c4243ab 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -89,7 +89,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- <version>4.11</version>
+ <version>4.12</version>
</dependency>
</dependencies>