Skip to content

Commit 0412036

Browse files
committed
Polishing.
1 parent 1e9ad93 commit 0412036

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

spring-data-jdbc/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@
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>

spring-data-r2dbc/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@
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>

0 commit comments

Comments
 (0)