testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Reduce dependency conflicts

Open gesellix opened this issue 4 years ago • 5 comments

Relates to #3308

Naïve dependency enforcement leads to a failing build:

Execution failed for task ':testcontainers:japicmp'.
> Could not resolve all dependencies for configuration ':testcontainers:baseline'.
   > Conflict(s) found for the following module(s):
       - org.testcontainers:testcontainers between versions 1.15.1 and unspecified
     Run with:
         --scan or
         :testcontainers:dependencyInsight --configuration baseline --dependency org.testcontainers:testcontainers
     to get more insight on how to solve the conflict.

gesellix avatar Mar 08 '21 09:03 gesellix