File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 5252 <!-- test dependencies -->
5353 <archunit .version>1.3.0</archunit .version>
5454
55- <jmh .version>1.37</jmh .version>
5655 <mbr .version>0.4.0.BUILD-SNAPSHOT</mbr .version>
5756 </properties >
5857
165164 <profile >
166165 <id >jmh</id >
167166 <dependencies >
168- <dependency >
169- <groupId >com.github.mp911de.microbenchmark-runner</groupId >
170- <artifactId >microbenchmark-runner-junit5</artifactId >
171- <version >${mbr.version} </version >
172- <scope >test</scope >
173- </dependency >
174167 <dependency >
175168 <groupId >org.openjdk.jmh</groupId >
176169 <artifactId >jmh-core</artifactId >
177- <version >${jmh.version} </version >
178170 <scope >test</scope >
179171 </dependency >
180172 <dependency >
181173 <groupId >org.openjdk.jmh</groupId >
182174 <artifactId >jmh-generator-annprocess</artifactId >
183- <version >${jmh.version} </version >
184175 <scope >test</scope >
185176 </dependency >
186177 </dependencies >
You can’t perform that action at this time.
0 commit comments