Skip to content

Commit c11a3a6

Browse files
authored
Change Lombok dependency scope
Use the recommended Lombok scope: https://projectlombok.org/setup/maven to avoid including it in the library clients' classpath/distribution. Closes #437 .
1 parent 5777ab0 commit c11a3a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
<groupId>org.projectlombok</groupId>
150150
<artifactId>lombok</artifactId>
151151
<version>1.18.10</version>
152+
<scope>provided</scope>
152153
</dependency>
153154
</dependencies>
154155

0 commit comments

Comments
 (0)