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>.
| <dependency> |
| <groupId>javax.annotation</groupId> |
| <artifactId>javax.annotation-api</artifactId> |
| <version>1.3.2</version> |
| </dependency> |
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