From c2cd871fd0d0519927397c650f2ef4d4af00df0d Mon Sep 17 00:00:00 2001 From: Fabrice Bibonne Date: Tue, 23 Dec 2025 19:19:12 +0100 Subject: [PATCH] fix (samples with java > 22) - specify explicitly jmh-generator-annprocess dependency in Signed-off-by: Fabrice Bibonne --- jmh-samples/pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/jmh-samples/pom.xml b/jmh-samples/pom.xml index 0c6b21d2d..3ced6611a 100644 --- a/jmh-samples/pom.xml +++ b/jmh-samples/pom.xml @@ -55,12 +55,6 @@ THE POSSIBILITY OF SUCH DAMAGE. jmh-core ${project.version} - - org.openjdk.jmh - jmh-generator-annprocess - ${project.version} - provided - @@ -74,6 +68,13 @@ THE POSSIBILITY OF SUCH DAMAGE. org.apache.maven.plugins maven-compiler-plugin + + + org.openjdk.jmh + jmh-generator-annprocess + ${project.version} + +