Skip to content

Commit 8bb4c16

Browse files
committed
Polishing
See gh-30280
1 parent dff7aa4 commit 8bb4c16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-test/src/main/java/org/springframework/test/context/jdbc/Sql.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
* {@link org.springframework.test.context.NestedTestConfiguration @NestedTestConfiguration}
5858
* for details.
5959
*
60-
* <p>Use of this annotation requires that that the {@code spring-jdbc} and
61-
* {@code spring-tx} modules be present in the classpath.
60+
* <p>Use of this annotation requires the {@code spring-jdbc} and {@code spring-tx}
61+
* modules as well as their transitive dependencies to be present on the classpath.
6262
*
6363
* @author Sam Brannen
6464
* @since 4.1

spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
* locate these beans.
9494
*
9595
* <h3>Required Dependencies</h3>
96-
* <p>Use of this listener requires that that the {@code spring-jdbc} and
97-
* {@code spring-tx} modules be present in the classpath.
96+
* <p>Use of this listener requires the {@code spring-jdbc} and {@code spring-tx}
97+
* modules as well as their transitive dependencies to be present on the classpath.
9898
*
9999
* @author Sam Brannen
100100
* @author Dmitry Semukhin

0 commit comments

Comments
 (0)