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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6335b573863 [FLINK-28713][tests] Remove unused curator-test dependency
6335b573863 is described below

commit 6335b573863af2b30a6541f910be96ddf61f9c84
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Mon Jul 11 09:14:38 2022 +0200

    [FLINK-28713][tests] Remove unused curator-test dependency
---
 .../flink-end-to-end-tests-common-elasticsearch/pom.xml            | 5 +++++
 flink-table/flink-sql-client/pom.xml                               | 4 ----
 flink-test-utils-parent/flink-test-utils/pom.xml                   | 7 -------
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git 
a/flink-end-to-end-tests/flink-end-to-end-tests-common-elasticsearch/pom.xml 
b/flink-end-to-end-tests/flink-end-to-end-tests-common-elasticsearch/pom.xml
index c2875e6d395..3189214f769 100644
--- a/flink-end-to-end-tests/flink-end-to-end-tests-common-elasticsearch/pom.xml
+++ b/flink-end-to-end-tests/flink-end-to-end-tests-common-elasticsearch/pom.xml
@@ -67,6 +67,11 @@ under the License.
                        <artifactId>assertj-core</artifactId>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.junit.jupiter</groupId>
+                       <artifactId>junit-jupiter</artifactId>
+                       <scope>compile</scope>
+               </dependency>
        </dependencies>
 
        <!-- This is needed because Elasticsearch bundles two different 
versions of this component. -->
diff --git a/flink-table/flink-sql-client/pom.xml 
b/flink-table/flink-sql-client/pom.xml
index 95196e30490..b8ab417c374 100644
--- a/flink-table/flink-sql-client/pom.xml
+++ b/flink-table/flink-sql-client/pom.xml
@@ -440,10 +440,6 @@ under the License.
                        <version>${hivemetastore.hadoop.version}</version>
                        <scope>test</scope>
                        <exclusions>
-                               <exclusion>
-                                       <groupId>com.google.guava</groupId>
-                                       <artifactId>guava</artifactId>
-                               </exclusion>
                                <exclusion>
                                        <groupId>org.apache.curator</groupId>
                                        <artifactId>curator-client</artifactId>
diff --git a/flink-test-utils-parent/flink-test-utils/pom.xml 
b/flink-test-utils-parent/flink-test-utils/pom.xml
index dcb6307ae46..2ca1d6305f4 100644
--- a/flink-test-utils-parent/flink-test-utils/pom.xml
+++ b/flink-test-utils-parent/flink-test-utils/pom.xml
@@ -105,13 +105,6 @@ under the License.
                        <scope>compile</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.curator</groupId>
-                       <artifactId>curator-test</artifactId>
-                       <version>${curator.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.apache.hadoop</groupId>
                        <artifactId>hadoop-minikdc</artifactId>

Reply via email to