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

mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new 1141b40  Cleans dependency management section in 
opennlp-similarity/pom.xml from orphaned dependency towards Lombok (#191)
1141b40 is described below

commit 1141b40804fda3b45a7b3594f35a71a6eaf8dd60
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Nov 25 14:49:27 2024 +0100

    Cleans dependency management section in opennlp-similarity/pom.xml from 
orphaned dependency towards Lombok (#191)
---
 opennlp-similarity/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index 35c60b7..ab747a2 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -75,12 +75,6 @@
                                <artifactId>fluent-hc</artifactId>
                                <version>4.5.14</version>
                        </dependency>
-                       <!-- Required to avoid IllegalAccessError by Lombok 
during compilation -->
-                       <dependency>
-                               <groupId>org.projectlombok</groupId>
-                               <artifactId>lombok</artifactId>
-                               <version>1.18.34</version>
-                       </dependency>
                </dependencies>
        </dependencyManagement>
 

Reply via email to