Skip to content

Commit 1a79ca5

Browse files
javier-godoypaodb
authored andcommitted
build: set lombok dependency scope to provided
1 parent e051ce8 commit 1a79ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<groupId>org.projectlombok</groupId>
189189
<artifactId>lombok</artifactId>
190190
<version>1.18.34</version>
191-
<scope>test</scope>
191+
<scope>provided</scope>
192192
</dependency>
193193
</dependencies>
194194

0 commit comments

Comments
 (0)