Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 17, 2023
1 parent dff7aa4 commit 8bb4c16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -57,8 +57,8 @@
* {@link org.springframework.test.context.NestedTestConfiguration @NestedTestConfiguration}
* for details.
*
* <p>Use of this annotation requires that that the {@code spring-jdbc} and
* {@code spring-tx} modules be present in the classpath.
* <p>Use of this annotation requires the {@code spring-jdbc} and {@code spring-tx}
* modules as well as their transitive dependencies to be present on the classpath.
*
* @author Sam Brannen
* @since 4.1
Expand Down
Expand Up @@ -93,8 +93,8 @@
* locate these beans.
*
* <h3>Required Dependencies</h3>
* <p>Use of this listener requires that that the {@code spring-jdbc} and
* {@code spring-tx} modules be present in the classpath.
* <p>Use of this listener requires the {@code spring-jdbc} and {@code spring-tx}
* modules as well as their transitive dependencies to be present on the classpath.
*
* @author Sam Brannen
* @author Dmitry Semukhin
Expand Down

0 comments on commit 8bb4c16

Please sign in to comment.