This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
The following commit(s) were added to refs/heads/master by this push:
new a0f4c9b removed unused lombok dependency
a0f4c9b is described below
commit a0f4c9b3bff4c48eeb6d3882f847d6725d645317
Author: Christian Grobmeier <[email protected]>
AuthorDate: Sat Dec 2 17:16:06 2023 +0100
removed unused lombok dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 179cd90..6070a1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,12 +190,6 @@
<optional>true</optional>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.18.28</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>com.owlike</groupId>
<artifactId>genson</artifactId>