What do I have to require in module-info.java to use Akka with JDK 9?
I have following dependency in maven.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>2.5.6</version>
</dependency>