File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 854854 </dependency >
855855
856856 <dependency >
857- <groupId >com.adobe.testing</groupId >
858- <artifactId >s3mock-testcontainers</artifactId >
859- <version >4.11.0</version >
860- <scope >test</scope >
857+ <groupId >com.adobe.testing</groupId >
858+ <artifactId >s3mock-testcontainers</artifactId >
859+ <version >4.11.0</version >
860+ <scope >test</scope >
861+ <exclusions >
862+ <exclusion >
863+ <groupId >org.testcontainers</groupId >
864+ <artifactId >testcontainers</artifactId >
865+ </exclusion >
866+ </exclusions >
867+ </dependency >
868+ <!-- Override version of testcontainers that is used by s3mock-testcontainers dependency above.
869+ TODO: This works around a bug with testcontainers 2.0.2. It may be possible to remove this testcontainers
870+ dependency (and the exclusion above) after the next upgrade of s3mock-testcontainers. -->
871+ <dependency >
872+ <groupId >org.testcontainers</groupId >
873+ <artifactId >testcontainers</artifactId >
874+ <version >2.0.3</version >
875+ <scope >test</scope >
861876 </dependency >
862877
863878 <!-- JClouds Assetstorage Support -->
You can’t perform that action at this time.
0 commit comments