=per #3615 Fix InvalidActorNameException in persistence tests
- use overridden processor and channel ids - no need anymore to wait for processor instances to stop - unrelated: fix wrong artifact names in documentation
This commit is contained in:
parent
6246099694
commit
5da888548b
6 changed files with 79 additions and 90 deletions
|
|
@ -24,7 +24,7 @@ Akka persistence is a separate jar file. Make sure that you have the following d
|
|||
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-persistence_@binVersion@</artifactId>
|
||||
<artifactId>akka-persistence-experimental_@binVersion@</artifactId>
|
||||
<version>@version@</version>
|
||||
</dependency>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue