We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c833f4a commit 86fdc23Copy full SHA for 86fdc23
pom.xml
@@ -121,6 +121,12 @@
121
<artifactId>vaadin-core</artifactId>
122
<optional>true</optional>
123
</dependency>
124
+ <dependency>
125
+ <groupId>org.projectlombok</groupId>
126
+ <artifactId>lombok</artifactId>
127
+ <version>1.18.34</version>
128
+ <scope>provided</scope>
129
+ </dependency>
130
<dependency>
131
<groupId>jakarta.servlet</groupId>
132
<artifactId>jakarta.servlet-api</artifactId>
0 commit comments