Skip to content

Commit 86fdc23

Browse files
javier-godoymlopezFC
authored andcommitted
build: add lombok dependency
1 parent c833f4a commit 86fdc23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
<artifactId>vaadin-core</artifactId>
122122
<optional>true</optional>
123123
</dependency>
124+
<dependency>
125+
<groupId>org.projectlombok</groupId>
126+
<artifactId>lombok</artifactId>
127+
<version>1.18.34</version>
128+
<scope>provided</scope>
129+
</dependency>
124130
<dependency>
125131
<groupId>jakarta.servlet</groupId>
126132
<artifactId>jakarta.servlet-api</artifactId>

0 commit comments

Comments
 (0)