Re: [akka-user] Fail to override Assembly Merge Strategy in multi-jvm node test

2016-09-01 Thread Martynas Mickevičius
You are setting assemblyMergeStrategy in assembly but the error is indicating that different assembly is being run: multi-jvm:assembly. Therefore in your build.sbt you should use: assemblyMergeStrategy in assembly in MultiJvm On Sun, Aug 21, 2016 at 7:53 PM, Lap Ming Lee wrote: > I am having tro

[akka-user] Fail to override Assembly Merge Strategy in multi-jvm node test

2016-08-21 Thread Lap Ming Lee
I am having trouble overriding the merge strategy for a dependency. The problem stems from the cassandra dependency rely on separate netty modules val akkaCassandra = "com.typesafe.akka" %% "akka-persistence-cassandra" % "0.17" If I run the graph-dependency, it outputs: | +-io.netty:netty