aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-11-16 09:54:28 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-11-16 09:54:28 +0100
commit7f36943d0ce31356b99db4a1fed76633dd2b516c (patch)
treeb82df27e40de7f72c35b8d3d0254875ac52a0c5a /org.eclipse.jgit.benchmarks/pom.xml
parentd01376106af8800017ac3c08d7c7ac1fd5ccc9ee (diff)
parentf1909615d3d351b6c0b956e25a4a224b6b999d90 (diff)
downloadjgit-7f36943d0ce31356b99db4a1fed76633dd2b516c.tar.gz
jgit-7f36943d0ce31356b99db4a1fed76633dd2b516c.zip
Merge branch 'stable-6.0' into stable-6.1
* stable-6.0: [benchmarks] Remove profiler configuration Add SHA1 benchmark [benchmarks] Set version of maven-compiler-plugin to 3.8.1 Fix running JMH benchmarks Add option to allow using JDK's SHA1 implementation Ignore IllegalStateException if JVM is already shutting down Change-Id: I176419026c3f4fdd8ebd34c61468c1ec3482ff45
Diffstat (limited to 'org.eclipse.jgit.benchmarks/pom.xml')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index 0f72f64ff6..ac1d6bd14d 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -37,13 +37,17 @@
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.junit</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>