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

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


The following commit(s) were added to refs/heads/master by this push:
     new 297a8b2  [hotfix] Remove flink-java dependency
297a8b2 is described below

commit 297a8b2e68290f54d37e893848482de82bd59b7a
Author: Weijie Guo <res...@163.com>
AuthorDate: Wed Jan 22 14:46:35 2025 +0800

    [hotfix] Remove flink-java dependency
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66d3c16..4e54f5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,11 +87,6 @@ under the License.
 
        <dependencies>
                <!-- Apache Flink dependencies -->
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-java</artifactId>
-                       <version>${flink.version}</version>
-               </dependency>
 
                <dependency>
                        <groupId>org.apache.flink</groupId>

Reply via email to