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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 382c38c081 switched from langchain4j to langchain4j-core. fixes #7154 
(#7155)
382c38c081 is described below

commit 382c38c08199c515ce306cc3cae3cfda98454dc8
Author: Bart Maertens <[email protected]>
AuthorDate: Thu May 21 14:02:02 2026 +0000

    switched from langchain4j to langchain4j-core. fixes #7154 (#7155)
---
 assemblies/static/src/main/resources/LICENSE                   | 3 ---
 plugins/transforms/languagemodelchat/pom.xml                   | 4 ++--
 plugins/transforms/languagemodelchat/src/assembly/assembly.xml | 2 --
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/assemblies/static/src/main/resources/LICENSE 
b/assemblies/static/src/main/resources/LICENSE
index ad3a001dde..59599e2ae2 100644
--- a/assemblies/static/src/main/resources/LICENSE
+++ b/assemblies/static/src/main/resources/LICENSE
@@ -2026,9 +2026,6 @@ This product bundles opencensus-contrib-http-util 0.31.1, 
which is available und
 This product bundles opencsv 5.12.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opennlp-tools 1.9.4, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-api 1.56.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
diff --git a/plugins/transforms/languagemodelchat/pom.xml 
b/plugins/transforms/languagemodelchat/pom.xml
index dd015e7e80..c20db49913 100644
--- a/plugins/transforms/languagemodelchat/pom.xml
+++ b/plugins/transforms/languagemodelchat/pom.xml
@@ -53,12 +53,12 @@
         </dependency>
         <dependency>
             <groupId>dev.langchain4j</groupId>
-            <artifactId>langchain4j</artifactId>
+            <artifactId>langchain4j-anthropic</artifactId>
             <version>${langchain4j.version}</version>
         </dependency>
         <dependency>
             <groupId>dev.langchain4j</groupId>
-            <artifactId>langchain4j-anthropic</artifactId>
+            <artifactId>langchain4j-core</artifactId>
             <version>${langchain4j.version}</version>
         </dependency>
         <dependency>
diff --git a/plugins/transforms/languagemodelchat/src/assembly/assembly.xml 
b/plugins/transforms/languagemodelchat/src/assembly/assembly.xml
index 06cb476b3d..9213da77c3 100644
--- a/plugins/transforms/languagemodelchat/src/assembly/assembly.xml
+++ b/plugins/transforms/languagemodelchat/src/assembly/assembly.xml
@@ -56,14 +56,12 @@
         <dependencySet>
             <includes>
                 <include>com.squareup.retrofit2:retrofit:jar</include>
-                <include>org.apache.opennlp:opennlp-tools:jar</include>
                 <!--<include>org.jsoup:jsoup:jar</include>-->
                 <include>dev.ai4j:openai4j:jar</include>
                 <include>com.knuddels:jtokkit:jar</include>
                 <include>com.squareup.retrofit2:converter-gson:jar</include>
                 <include>com.squareup.moshi:moshi:jar</include>
                 <include>com.squareup.okhttp3:okhttp-sse:jar</include>
-                <include>dev.langchain4j:langchain4j:jar</include>
                 <include>dev.langchain4j:langchain4j-core:jar</include>
                 <include>dev.langchain4j:langchain4j-mistral-ai:jar</include>
                 <include>dev.langchain4j:langchain4j-open-ai:jar</include>

Reply via email to