From e7fd8092528a6602d660de634d2ec626a7ab683c Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Thu, 18 Jul 2024 15:06:31 +0300 Subject: [PATCH] Attempt to fix a JMH error --- java-simple-stream-benchmark/pom.xml | 49 +++------------------------- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/java-simple-stream-benchmark/pom.xml b/java-simple-stream-benchmark/pom.xml index dfdb132f9..f0243c5c3 100644 --- a/java-simple-stream-benchmark/pom.xml +++ b/java-simple-stream-benchmark/pom.xml @@ -41,7 +41,7 @@ questions. UTF-8 1.37 - 1.8 + 21 benchmarks @@ -64,7 +64,7 @@ questions. org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.1 ${javac.target} ${javac.target} @@ -74,7 +74,7 @@ questions. org.apache.maven.plugins maven-shade-plugin - 2.2 + 3.6.0 package @@ -107,46 +107,5 @@ questions. - - - - maven-clean-plugin - 2.5 - - - maven-deploy-plugin - 2.8.1 - - - maven-install-plugin - 2.5.1 - - - maven-jar-plugin - 2.4 - - - maven-javadoc-plugin - 2.9.1 - - - maven-resources-plugin - 2.6 - - - maven-site-plugin - 3.3 - - - maven-source-plugin - 2.2.1 - - - maven-surefire-plugin - 2.17 - - - - - + \ No newline at end of file