-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
akka-stream-alpakka-mongodb artifact is missing in maven #593
Comments
I noticed that the module was not part of the build in #597 but then it turned out the tests do not pass, so there's more work than just adding it to the build and fixing the code formatting. We need help from the community to get this in. |
@gosubpl @stephennancekivell Could you have a look at the existing MongoDB tests in master? |
Hi guys. I suspect its just missing a docker-compose entry. The tests worked for me locally months ago when I was first looking at it, connecting to my locally running mongo. Should be something like this.
However Im struggling to run the build locally I get a unresolved dependency error for |
It does the trick locally for me. I'll send a PR. |
- added mongodb module to sbt aggregate - added Mongo to Docker compose - reformated sources Fixes akka#593
I'm unable to locate mongoDB connector artifact in Maven https://repo1.maven.org/maven2/com/lightbend/akka/
The text was updated successfully, but these errors were encountered: