RichardWarburton / java-8-lambdas-exercises

Exercises and Answers for Java 8 Lambdas book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

May be you need to deal with dependencies

acearth opened this issue · comments

import org.openjdk.jmh.Main;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.runner.RunnerException;

I'm afraid I don't understand what this issue means. The dependency on JMH is there in the pom file.