Skip to content

Commit 3bf1d02

Browse files
authored
De-lombokify Moneta module as well, remove Lombok dependency (#60)
1 parent 7e0c35e commit 3bf1d02

File tree

4 files changed

+160
-131
lines changed

4 files changed

+160
-131
lines changed

moneta/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<version>3.0.2</version>
6262
<scope>provided</scope>
6363
</dependency>
64-
<dependency>
65-
<groupId>org.projectlombok</groupId>
66-
<artifactId>lombok</artifactId>
67-
<scope>provided</scope>
68-
</dependency>
6964

7065
<!-- test -->
7166
<dependency>

0 commit comments

Comments
 (0)