GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-server/pull/389

    Break version range dependency on jackson-databind

    `com.maxmind.db:maxmind-db:jar:1.2.1` depends on `jackson-databind [2.7.0,)`
    which causes excessive download of dependencies (all versions in the range,
    including snapshots). We already include it explicitly anyway so can save on
    the extra http requests. It's also forces maven to check frequently whether
    new versions are available so it can use them.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neykov/brooklyn-server 
fix/jackson-databind-dep

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/389.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #389
    
----
commit dd3c52823c7a5d01d77d61d94f9dc0e41246ceda
Author: Svetoslav Neykov <[email protected]>
Date:   2016-10-19T18:22:09Z

    Break version range dependency on jackson-databind
    
    com.maxmind.db:maxmind-db:jar:1.2.1 depends on jackson-databind [2.7.0,)
    which causes excessive download of dependencies (all versions in the range,
    including snapshots). We already include it explicitly anyway so can save on
    the extra http requests. It's also forces maven to check frequently whether
    new versions are available so it can use them.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to