akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current/
Other
1.26k stars 647 forks source link

NoClassDefFoundError: akka/stream/impl/StreamLayout$Module #310

Closed 2m closed 7 years ago

2m commented 7 years ago

While validating https://github.com/akka/alpakka/pull/308

https://travis-ci.org/akka/alpakka/jobs/233906736 https://travis-ci.org/akka/alpakka/jobs/233906734

2m commented 7 years ago

The issue is from here: https://github.com/akka/alpakka/commit/080f70a08fca978e7be75c3575e9fd960b1795b6#diff-0ecdbc5a001d52fb34f5eafb7cd1aaa6R118

"org.elasticmq" %% "elasticmq-rest-sqs" % "0.13.4" is not Akka 2.4 compatible.