vamsikarnika commented on code in PR #538:
URL: https://github.com/apache/incubator-xtable/pull/538#discussion_r1773725378
##########
pom.xml:
##########
@@ -173,7 +174,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
Review Comment:
As per the lombok docs, lombok maven dependency by default contains provided
as the scope
https://projectlombok.org/setup/maven
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]