This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 85736145 Move JMH test dependency for IDEs
85736145 is described below
commit 857361456c283e86ff10990fd0cfcb5081f99a08
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 14 10:40:01 2023 -0500
Move JMH test dependency for IDEs
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index be7d0f86..9eb4f733 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,12 @@
<version>2.2.224</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.openjdk.jmh</groupId>
+ <artifactId>jmh-core</artifactId>
+ <version>1.37</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<developers>
@@ -396,12 +402,6 @@
<id>benchmark</id>
<dependencies>
- <dependency>
- <groupId>org.openjdk.jmh</groupId>
- <artifactId>jmh-core</artifactId>
- <version>1.37</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>