Skip to content

Commit e1adeed

Browse files
committed
Remove the dependency of jmh to avoid duplication with the plugin
1 parent 0e971fa commit e1adeed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jmh/benchmark-binary-tree/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ THE POSSIBILITY OF SUCH DAMAGE.
6666
<artifactId>jmh-core</artifactId>
6767
<version>${jmh.version}</version>
6868
</dependency>
69-
<dependency>
70-
<groupId>org.openjdk.jmh</groupId>
71-
<artifactId>jmh-generator-annprocess</artifactId>
72-
<version>${jmh.version}</version>
73-
<scope>provided</scope>
74-
</dependency>
7569
</dependencies>
7670

7771
<build>

0 commit comments

Comments
 (0)