vamsikarnika commented on code in PR #538:
URL: https://github.com/apache/incubator-xtable/pull/538#discussion_r1763318283
##########
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:
Changing to provided, since we don't need lombok jar during runtime.
--
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]