fix sharding dependency to persistence

* can't make the dependency provided or test and still be able
  to compile/run tests
* might not be a big deal to include the persistence dependency instead
This commit is contained in:
Patrik Nordwall 2017-01-25 21:44:18 +01:00
parent 3a2a618fa2
commit a8f340508b
3 changed files with 1 additions and 8 deletions

View file

@ -234,10 +234,6 @@ This mode is enabled with configuration::
Since it is running in a cluster :ref:`persistence-java` must be configured with a distributed journal.
You must explicitly add the ``akka-persistence`` dependency to your build if
you use this mode.
Startup after minimum number of members
---------------------------------------