aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-10-04 15:45:01 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2022-11-15 23:08:19 +0100
commit8d53a1433d67fe074f566a42f5edc185cdc8c2bf (patch)
tree6094d24d8d1309b8b7a3f76bea0fd3e9c9b1c499 /org.eclipse.jgit.benchmarks/pom.xml
parent59029aec30ff6b3cb2d9c74af77fe96a5f108595 (diff)
downloadjgit-8d53a1433d67fe074f566a42f5edc185cdc8c2bf.tar.gz
jgit-8d53a1433d67fe074f566a42f5edc185cdc8c2bf.zip
Fix running JMH benchmarks
Without this I sometimes hit the error: $ java -jar target/benchmarks.jar Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:98) at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:124) at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:253) at org.openjdk.jmh.runner.Runner.run(Runner.java:209) at org.openjdk.jmh.Main.main(Main.java:71) Change-Id: Iea9431d5f332f799d55a8a2d178c79a2ef0da22b
Diffstat (limited to 'org.eclipse.jgit.benchmarks/pom.xml')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index 5e9f6fca31..9af31868de 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -37,7 +37,6 @@
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>