vaadin / observability-kit

Other
5 stars 2 forks source link

fix: added missing annotation api dependency #182

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Description

The dependency was previously probably transitively provided by Flow, perhaps from websocket apis whose scope has changed to provided. This change adds an explicit dependency to the jakarta annotation package.

Type of change

Checklist

Additional for Feature type of change