From 3b2945c071002b250bd5023d0923ee53d6431557 Mon Sep 17 00:00:00 2001 From: yassine_hadry Date: Wed, 13 Nov 2024 11:26:14 +0100 Subject: [PATCH] fix (java-simple-benchmark) : Explicitly configure JMH annotation processor in binary-tree benchmark --- java-simple-stream-benchmark/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/java-simple-stream-benchmark/pom.xml b/java-simple-stream-benchmark/pom.xml index dfdb132f9..6b343052e 100644 --- a/java-simple-stream-benchmark/pom.xml +++ b/java-simple-stream-benchmark/pom.xml @@ -35,7 +35,7 @@ questions. Simple Java stream benchmark - 4.0 + 3.8.8 @@ -51,12 +51,6 @@ questions. jmh-core ${jmh.version} - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - provided - @@ -64,11 +58,17 @@ questions. org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 - ${javac.target} ${javac.target} ${javac.target} + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + +