This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new c97ddb8  [FLINK-24209][jdbc][build] Add test scope
c97ddb8 is described below

commit c97ddb8181e6ad16510f4e6b558f9441c8f1f1d7
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Sep 8 12:00:05 2021 +0200

    [FLINK-24209][jdbc][build] Add test scope
---
 flink-connectors/flink-connector-jdbc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-connectors/flink-connector-jdbc/pom.xml 
b/flink-connectors/flink-connector-jdbc/pom.xml
index c245944..06bfbf2 100644
--- a/flink-connectors/flink-connector-jdbc/pom.xml
+++ b/flink-connectors/flink-connector-jdbc/pom.xml
@@ -169,6 +169,7 @@ under the License.
                        <groupId>org.testcontainers</groupId>
                        <artifactId>postgresql</artifactId>
                        <version>1.15.1</version>
+                       <scope>test</scope>
         </dependency>
 
         <dependency>

Reply via email to