Skip to content

Commit 4c94c82

Browse files
authored
Upgade the akka persistence plugin for cassandra (#88)
* Upgade the akka persistence plugin for cassandra. There is a separate plugin for cassandra 3.x but it is not backwars compatible. It's unclear what direction the author is taking. * Switched to official plugin version. * Update pom.xml
1 parent 1c4c7f4 commit 4c94c82

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!--Dependency versions-->
104104
<akka.version>2.5.6</akka.version>
105105
<akka.http.version>10.0.6</akka.http.version>
106-
<akka.persistence.cassandra.version>0.54</akka.persistence.cassandra.version>
106+
<akka.persistence.cassandra.version>0.89</akka.persistence.cassandra.version>
107107
<akka.kryo.version>0.5.1</akka.kryo.version>
108108
<apache.httpclient.version>4.5.2</apache.httpclient.version>
109109
<apache.httpcore.version>4.4.5</apache.httpcore.version>
@@ -856,6 +856,12 @@
856856
<version>${akka.version}</version>
857857
<scope>test</scope>
858858
</dependency>
859+
<dependency>
860+
<groupId>com.typesafe.akka</groupId>
861+
<artifactId>akka-persistence-cassandra-launcher_${scala.version}</artifactId>
862+
<version>${akka.persistence.cassandra.version}</version>
863+
<scope>test</scope>
864+
</dependency>
859865
</dependencies>
860866
<profiles>
861867
<profile>

0 commit comments

Comments
 (0)