You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the asyncapi-core uses the lombok dependency in the default/compile maven scope. This results in having the lombok dependency in the final jar, which can cause various compile problems in projects using the asyncapi.
Describe the bug.
Currently, the
asyncapi-core
uses thelombok
dependency in the default/compile maven scope. This results in having the lombok dependency in the final jar, which can cause various compile problems in projects using the asyncapi.Expected behavior
As per lombok docs the
lombok
dependency should be marked asprovided
Screenshots
N/A
How to Reproduce
lombok
is present in the final jar🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: