File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4343 <junit-jupiter .version>5.11.4</junit-jupiter .version>
4444 <spring-cloud-aws .version>3.3.0</spring-cloud-aws .version>
4545 <jfrunit .version>1.0.0.Alpha2</jfrunit .version>
46+ <jmh-core .version>1.37</jmh-core .version>
4647 </properties >
4748
4849 <dependencyManagement >
296297 <version >${jfrunit.version} </version >
297298 <scope >test</scope >
298299 </dependency >
300+ <dependency >
301+ <groupId >org.openjdk.jmh</groupId >
302+ <artifactId >jmh-core</artifactId >
303+ <version >${jmh-core.version} </version >
304+ <scope >test</scope >
305+ </dependency >
306+ <dependency >
307+ <groupId >org.openjdk.jmh</groupId >
308+ <artifactId >jmh-generator-annprocess</artifactId >
309+ <version >${jmh-core.version} </version >
310+ <scope >provided</scope >
311+ </dependency >
299312
300313 <!-- Behavior Driven Development using JGiven -->
301314 <dependency >
You can’t perform that action at this time.
0 commit comments