!per #17862 Remove experimental from persistence

This commit is contained in:
Patrik Nordwall 2015-08-11 11:20:32 +02:00
parent fb5d338c06
commit 2694e13b32
14 changed files with 34 additions and 72 deletions

View file

@ -9,6 +9,6 @@ javacOptions in compile ++= Seq("-encoding", "UTF-8", "-source", "1.8", "-target
javacOptions in doc ++= Seq("-encoding", "UTF-8", "-source", "1.8", "-Xdoclint:none")
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-persistence-experimental" % "2.4-SNAPSHOT"
"com.typesafe.akka" %% "akka-persistence" % "2.4-SNAPSHOT"
)

View file

@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence-experimental_2.11</artifactId>
<artifactId>akka-persistence_2.11</artifactId>
<version>2.4-SNAPSHOT</version>
</dependency>
<dependency>