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

akka-stream-alpakka-sqs depends on elasticmq-rest-sqs #295

Closed marekzebrowski closed 7 years ago

marekzebrowski commented 7 years ago

dependency is compile time. if it is really needed it should be test-time only

dpfeiffer commented 7 years ago

Is someone actively working on this? @marekzebrowski?

marekzebrowski commented 7 years ago

I don't know. In my project I just excluded unwanted dependency: "com.lightbend.akka" %% "akka-stream-alpakka-sqs" % "0.8" exclude("org.elasticmq", "elasticmq-rest-sqs_2.11")

johanandren commented 7 years ago

It's a small fix, please PR this if you feel like it @dpfeiffer

dpfeiffer commented 7 years ago

@johanandren if I remember correctly @jrudolph and @hseeberger were discussing a bugfix release for yesterday or today. Can that fix make it still in?

johanandren commented 7 years ago

I think it will not be released today, so likely, yes.