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 fd8b015cd6 mark dependencies for stanfordNLP as provided, fixes #6159 
(#6160)
fd8b015cd6 is described below

commit fd8b015cd67ae97ddc93e6bcbe0b5c8ac930d6b7
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Dec 10 08:46:31 2025 +0100

    mark dependencies for stanfordNLP as provided, fixes #6159 (#6160)
---
 plugins/transforms/stanfordnlp/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/transforms/stanfordnlp/pom.xml 
b/plugins/transforms/stanfordnlp/pom.xml
index a55411e146..5582a8ec2a 100644
--- a/plugins/transforms/stanfordnlp/pom.xml
+++ b/plugins/transforms/stanfordnlp/pom.xml
@@ -38,12 +38,14 @@
             <groupId>edu.stanford.nlp</groupId>
             <artifactId>stanford-corenlp</artifactId>
             <version>${stanford-corenlp.version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>edu.stanford.nlp</groupId>
             <artifactId>stanford-corenlp</artifactId>
             <version>${stanford-corenlp.version}</version>
             <classifier>models</classifier>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>

Reply via email to