File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
jmh/benchmark-binary-tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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 >
@@ -84,6 +78,14 @@ THE POSSIBILITY OF SUCH DAMAGE.
8478 <compilerVersion >${javac.target} </compilerVersion >
8579 <source >${javac.target} </source >
8680 <target >${javac.target} </target >
81+ <annotationProcessorPaths >
82+ <path >
83+ <groupId >org.openjdk.jmh</groupId >
84+ <artifactId >jmh-generator-annprocess</artifactId >
85+ <version >${jmh.version} </version >
86+ </path >
87+ </annotationProcessorPaths >
88+ <fork >true</fork >
8789 </configuration >
8890 </plugin >
8991 <plugin >
You can’t perform that action at this time.
0 commit comments