Merge branch '6.0.x'
This commit is contained in:
commit
3568f6c61a
|
@ -57,8 +57,8 @@ import org.springframework.core.annotation.AliasFor;
|
|||
* {@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
|
||||
|
|
|
@ -93,8 +93,8 @@ import static org.springframework.util.ResourceUtils.CLASSPATH_URL_PREFIX;
|
|||
* 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
|
||||
|
|
Loading…
Reference in New Issue