vamsikarnika commented on code in PR #538:
URL: https://github.com/apache/incubator-xtable/pull/538#discussion_r1771395502


##########
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:
   @the-other-tim-brown I couldn’t find a specific dependency scope in Maven 
that is used exclusively for the compile(lombok generates code during 
compilation) phase. In Gradle, the compileOnly scope serves this purpose, but 
in Maven, the closest equivalent is the provided scope, which works similarly 
to compileOnly by including dependencies during compile time without bundling 
them in the final artifact.



-- 
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: commits-unsubscr...@xtable.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to