File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-test/src/main/java/org/springframework/test/context/jdbc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
* {@link org.springframework.test.context.NestedTestConfiguration @NestedTestConfiguration}
58
58
* for details.
59
59
*
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.
62
62
*
63
63
* @author Sam Brannen
64
64
* @since 4.1
Original file line number Diff line number Diff line change 93
93
* locate these beans.
94
94
*
95
95
* <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.
98
98
*
99
99
* @author Sam Brannen
100
100
* @author Dmitry Semukhin
You can’t perform that action at this time.
0 commit comments