File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 236236
237237 <!-- Testcontainers -->
238238
239+ <dependency >
240+ <groupId >org.apache.commons</groupId >
241+ <artifactId >commons-lang3</artifactId >
242+ <version >3.19.0</version >
243+ <scope >test</scope >
244+ </dependency >
245+
239246 <dependency >
240247 <groupId >org.testcontainers</groupId >
241248 <artifactId >testcontainers-mysql</artifactId >
Original file line number Diff line number Diff line change 240240
241241 <!-- Testcontainers -->
242242
243+ <dependency >
244+ <groupId >org.apache.commons</groupId >
245+ <artifactId >commons-lang3</artifactId >
246+ <version >3.19.0</version >
247+ <scope >test</scope >
248+ </dependency >
249+
243250 <dependency >
244251 <groupId >org.testcontainers</groupId >
245252 <artifactId >testcontainers-mysql</artifactId >
You can’t perform that action at this time.
0 commit comments