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

Fix failing tests on build. #5291

Merged
merged 1 commit into from Jun 8, 2017
Merged

Fix failing tests on build. #5291

merged 1 commit into from Jun 8, 2017

Commits on Jun 7, 2017

  1. Fix failing tests on build.

    After update lib jackson-core from version 2.5.0 to 2.7.0 some tests
    fails on build. Our yaml parser uses inside jackson.databind library and this library has the same version property like jackson-core, so
    this lib was updated from 2.5.0 to 2.7.0 too. In newer version library changed behavior for parser and tests fails.
    
    Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
    AndrienkoAleksandr committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    50dba9d View commit details
    Browse the repository at this point in the history