andreaTP commented on PR #4931:
URL: https://github.com/apache/camel-k/pull/4931#issuecomment-1829467812

   @oscerd and @squakez I'm not sure about those last comments, both `lombok` 
and `sundrio` are marked as "provided".
   
   This means that they will be available on the classpath only during 
compilation and they are not going to be considered transitive dependencies of 
the resulting artifact.
   
   > remove lombok even if it's only a runtime dependency.
   
   It's not a runtime dependency and we can't remove it to get the generated 
builder pattern.
   
   > remind to remove the dependencies in the future when no longer necessary
   
   Just to be clear, the only thing I will change over the current 
configuration is the removal of the explicit `sundrio` and `lombok` version and 
relevant "property".


-- 
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...@camel.apache.org

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

Reply via email to