Move typed persistence tests away from LevelDB (#30224)
This commit is contained in:
parent
ab98618a25
commit
b5cbf383d6
29 changed files with 221 additions and 270 deletions
|
|
@ -328,7 +328,12 @@ lazy val persistenceTestkit = akkaModule("akka-persistence-testkit")
|
|||
.disablePlugins(MimaPlugin)
|
||||
|
||||
lazy val persistenceTypedTests = akkaModule("akka-persistence-typed-tests")
|
||||
.dependsOn(persistenceTyped, persistenceTestkit % "test", actorTestkitTyped % "test", jackson % "test->test")
|
||||
.dependsOn(
|
||||
persistenceTyped,
|
||||
persistenceTestkit % "test",
|
||||
actorTestkitTyped % "test",
|
||||
persistence % "test->test", // for SteppingInMemJournal
|
||||
jackson % "test->test")
|
||||
.settings(AkkaBuild.mayChangeSettings)
|
||||
.settings(Dependencies.persistenceTypedTests)
|
||||
.settings(javacOptions += "-parameters") // for Jackson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue