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

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new 96ecd9cc [example] Add missing flink-json dependency (#544)
96ecd9cc is described below

commit 96ecd9ccb64580f1b378094f4a430a82e98ab3a5
Author: Jinkun Liu <[email protected]>
AuthorDate: Tue Feb 24 16:40:11 2026 +0800

    [example] Add missing flink-json dependency (#544)
---
 examples/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 7eab0eab..26f7f9f2 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -49,6 +49,13 @@ under the License.
             <artifactId>flink-connector-files</artifactId>
             <version>${flink.version}</version>
         </dependency>
+        <!-- Flink json -->
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-json</artifactId>
+            <version>${flink.version}</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Dependencies required for running agents in ide. -->
         <!-- Running in IDE require enable run with provided dependencies. -->

Reply via email to