File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 5050
5151 <slf4j-version >2.0.17</slf4j-version >
5252 <log4j-version >2.25.2</log4j-version >
53- <testcontainers-version >2.0.1</testcontainers-version >
5453
5554 <!-- by default run no tests as Docker is required -->
5655 <skipTests >true</skipTests >
102101 <dependency >
103102 <groupId >org.testcontainers</groupId >
104103 <artifactId >testcontainers</artifactId >
105- <version >${testcontainers-version} </version >
106- <scope >test</scope >
107- <exclusions >
108- <!-- No JUnit 4 -->
109- <exclusion >
110- <groupId >junit</groupId >
111- <artifactId >junit</artifactId >
112- </exclusion >
113- </exclusions >
114- </dependency >
115- <dependency >
116- <groupId >software.xdev</groupId >
117- <artifactId >testcontainers-junit4-mock</artifactId >
118- <version >1.0.2</version >
119- <scope >test</scope >
120- </dependency >
121- <dependency >
122- <groupId >org.testcontainers</groupId >
123- <artifactId >junit-jupiter</artifactId >
124- <version >${testcontainers-version} </version >
104+ <version >2.0.1</version >
125105 <scope >test</scope >
126106 </dependency >
127107 <dependency >
You can’t perform that action at this time.
0 commit comments