Skip to content

Commit

Permalink
Document that @Sql requires spring-jdbc & spring-tx on the classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen authored and mdeinum committed Jun 29, 2023
1 parent 2229a40 commit 22d85e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -57,6 +57,9 @@
* {@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.
*
* @author Sam Brannen
* @since 4.1
* @see SqlConfig
Expand Down
Expand Up @@ -92,6 +92,10 @@
* on permissible configuration constellations and on the algorithms used to
* 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.
*
* @author Sam Brannen
* @author Dmitry Semukhin
* @since 4.1
Expand Down

0 comments on commit 22d85e8

Please sign in to comment.