Skip to content
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

reactivemongo: Only depend on the bson-api, noshaded variant #270

Merged
merged 1 commit into from
Feb 22, 2020

Commits on Feb 10, 2020

  1. reactivemongo: Only depend on the bson-api, noshaded variant

    There is no need to pull in reactivemongo, the driver, since all we are
    concerned with is the BSON API.
    
    Also, starting with version 0.19.6, there are now two variants, a noshaded
    version and a version which has Netty integrated into it for projects using
    Netty themselves avoiding incompatibilities.
    
    Since we do not know in advance which library is choosen in a project, make the
    dependency a "provided" one.
    avdv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    50f5a2b View commit details
    Browse the repository at this point in the history