aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-05-24 10:07:32 +0000
committerDominik Stadler <centic@apache.org>2017-05-24 10:07:32 +0000
commit585d77c9cf0001d61f20cd59317bab7e2c5b9369 (patch)
treea350954d5f6b9a2f1fea2d0c6b065fb824daf182 /build.xml
parent05a6cf3263f262473ae0affdb7e234029efec9db (diff)
downloadpoi-585d77c9cf0001d61f20cd59317bab7e2c5b9369.tar.gz
poi-585d77c9cf0001d61f20cd59317bab7e2c5b9369.zip
Add jmh to Sonar-Maven build as well, add comment why we need to stick to 1.15 for now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index aa945c68dd..5e971dfc9c 100644
--- a/build.xml
+++ b/build.xml
@@ -163,6 +163,7 @@ under the License.
<property name="main.log4j.url" value="${repository.m2}/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
<property name="main.junit.jar" location="${main.lib}/junit-4.12.jar"/>
<property name="main.junit.url" value="${repository.m2}/maven2/junit/junit/4.12/junit-4.12.jar"/>
+ <!-- Keep using 1.15 until we switch to Java 7 -->
<property name="main.jmh.jar" location="${main.lib}/jmh-core-1.15.jar"/>
<property name="main.jmh.url" value="${repository.m2}/maven2/org/openjdk/jmh/jmh-core/1.15/jmh-core-1.15.jar"/>
<property name="main.jmhAnnotation.jar" location="${main.lib}/jmh-generator-annprocess-1.15.jar"/>