Skip to content

Add-on adds transitive dependency to javax.annotation-api #61

@javier-godoy

Description

@javier-godoy

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>.

ErrorWindowAddon/pom.xml

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

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions