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 for Amazon failing. #1599

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Fix for Amazon failing. #1599

merged 1 commit into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Fix for Amazon failing.

    * Fix the amazon failures due to LogFactory not found by adding a module dependency
    * on apache logging.  This is necessary because commons-logging became modularized
    * between 1.2.0 and 1.3.0 but amazon is expecting the non-modular 1.2.0 while
    * 1.3.0 is being brought in due to changes in htsjdk.
    * See https://logging.apache.org/blog/2023/12/02/apache-common-logging-1.3.0.html for
    * more info.
    * Fix for #1598
    lbergelson committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cb6af02 View commit details
    Browse the repository at this point in the history