You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/09/28 17:29:49 UTC

[GitHub] [fineract] vorburger commented on pull request #1355: Update dependency org.flywaydb:flyway-core to v7

vorburger commented on pull request #1355:
URL: https://github.com/apache/fineract/pull/1355#issuecomment-700176133


   This fails the build (so DO NOT MERGE, until fixed), due to:
   
   ```
   org.apache.fineract.infrastructure.classdupes.ClasspathHellDuplicatesCheckRuleTest > testIfThereAreAnyDuplicatesOnTheClasspath() FAILED
   
       org.opentest4j.AssertionFailedError: 1 Classpath duplicates detected:
   
       mime.types
   
           jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/com.amazonaws/aws-java-sdk-s3/1.11.852/6fa5cbbace7519ca716c45bddd11165d1baa76b1/aws-java-sdk-s3-1.11.852.jar!/mime.types
   
           jar:file:/home/travis/.gradle/caches/modules-2/files-2.1/software.amazon.awssdk/sdk-core/2.10.56/e8ebab9b0b91374d62cb58ea692ab54188d2d23a/sdk-core-2.10.56.jar!/mime.types
   
           at org.apache.fineract.infrastructure.classdupes.ClasspathHellDuplicatesCheckExtension.checkClasspath(ClasspathHellDuplicatesCheckExtension.java:64)
   ```
   
   Although why a Flyway upgrade pulls along another presumably newer version of amazonaws is kind of curious.
   
   I don't have time to have a closer look right now, so anyone else interested can (do e.g. a `./gradlew dependencies` ? etc.)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org