apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

Update Lombok Dependency Scope in Project #546

Closed vamsikarnika closed 1 month ago

vamsikarnika commented 1 month ago

Feature Request / Improvement

The Lombok jar dependency in the project is currently set to compile scope, causing it to be included in the final jar. To avoid this, the scope should be changed to provided, ensuring that Lombok is only used during compilation and excluded from the final jar.

As per the lombok docs, lombok dependency should be set to provided by default. https://projectlombok.org/setup/maven

Are you willing to submit PR?

Code of Conduct