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 44d9369  [integration] Remove unnecessary dependency flink-agents-plan 
for chat model integration. (#375)
44d9369 is described below

commit 44d936932e13e30cb01e82017d2b0c6eea747d36
Author: Wenjin Xie <[email protected]>
AuthorDate: Mon Dec 8 11:36:33 2025 +0800

    [integration] Remove unnecessary dependency flink-agents-plan for chat 
model integration. (#375)
---
 integrations/chat-models/anthropic/pom.xml | 5 -----
 integrations/chat-models/azureai/pom.xml   | 5 -----
 integrations/chat-models/ollama/pom.xml    | 5 -----
 integrations/chat-models/openai/pom.xml    | 5 -----
 4 files changed, 20 deletions(-)

diff --git a/integrations/chat-models/anthropic/pom.xml 
b/integrations/chat-models/anthropic/pom.xml
index e59795f..ed65205 100644
--- a/integrations/chat-models/anthropic/pom.xml
+++ b/integrations/chat-models/anthropic/pom.xml
@@ -37,11 +37,6 @@ under the License.
             <artifactId>flink-agents-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-agents-plan</artifactId>
-            <version>${project.version}</version>
-        </dependency>
 
         <dependency>
             <groupId>com.anthropic</groupId>
diff --git a/integrations/chat-models/azureai/pom.xml 
b/integrations/chat-models/azureai/pom.xml
index d3cbd05..fdc3198 100644
--- a/integrations/chat-models/azureai/pom.xml
+++ b/integrations/chat-models/azureai/pom.xml
@@ -37,11 +37,6 @@ under the License.
             <artifactId>flink-agents-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-agents-plan</artifactId>
-            <version>${project.version}</version>
-        </dependency>
 
         <dependency>
             <groupId>com.azure</groupId>
diff --git a/integrations/chat-models/ollama/pom.xml 
b/integrations/chat-models/ollama/pom.xml
index 942a42d..5436417 100644
--- a/integrations/chat-models/ollama/pom.xml
+++ b/integrations/chat-models/ollama/pom.xml
@@ -37,11 +37,6 @@ under the License.
             <artifactId>flink-agents-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-agents-plan</artifactId>
-            <version>${project.version}</version>
-        </dependency>
 
         <dependency>
             <groupId>io.github.ollama4j</groupId>
diff --git a/integrations/chat-models/openai/pom.xml 
b/integrations/chat-models/openai/pom.xml
index df35254..39bc8cf 100644
--- a/integrations/chat-models/openai/pom.xml
+++ b/integrations/chat-models/openai/pom.xml
@@ -37,11 +37,6 @@ under the License.
             <artifactId>flink-agents-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-agents-plan</artifactId>
-            <version>${project.version}</version>
-        </dependency>
 
         <dependency>
             <groupId>com.openai</groupId>

Reply via email to