diff --git a/build.gradle b/build.gradle
index 526cff040..94b7021e0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -210,6 +210,7 @@ project('ooxml') {
testCompile 'junit:junit:4.12'
testCompile project(path: ':main', configuration: 'tests')
+ // Keep using 1.15 until we switch to Java 7
testCompile 'org.openjdk.jmh:jmh-core:1.15'
testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.15'
}
diff --git a/build.xml b/build.xml
index aa945c68d..5e971dfc9 100644
--- a/build.xml
+++ b/build.xml
@@ -163,6 +163,7 @@ under the License.
+
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 97b0bb0be..d1c624880 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -161,5 +161,19 @@
junit
${junit.version}
+
+
+
+ org.openjdk.jmh
+ jmh-core
+ 1.15
+ test
+
+
+ org.openjdk.jmh
+ jmh-generator-annprocess
+ 1.15
+ test
+