-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
The add-on adds a transitive dependency to javax.annotation-api
, which is not needed (it's already a transitive dependency of Vaadin 23, unused in Vaadin 24). Consider making it <optional>
.
Lines 128 to 132 in ee7b7ec
<dependency> | |
<groupId>javax.annotation</groupId> | |
<artifactId>javax.annotation-api</artifactId> | |
<version>1.3.2</version> | |
</dependency> |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done