vertx-grpc relies on outdated javax.annotation-api
Javax dependencies are considered outdated and jakarata dependencies should be used instead.
grep -C2 1.3.2.redhat-00001 . -R in ER4 maven repo gives these related artifacts:
./maven-repository/io/vertx/vertx-grpc/4.2.5.redhat-00001/vertx-grpc-4.2.5.redhat-00001.pom- <groupId>javax.annotation</groupId> ./maven-repository/io/vertx/vertx-grpc/4.2.5.redhat-00001/vertx-grpc-4.2.5.redhat-00001.pom- <artifactId>javax.annotation-api</artifactId> ./maven-repository/io/vertx/vertx-grpc/4.2.5.redhat-00001/vertx-grpc-4.2.5.redhat-00001.pom: <version>1.3.2.redhat-00001</version> ./maven-repository/io/vertx/vertx-grpc/4.2.5.redhat-00001/vertx-grpc-4.2.5.redhat-00001.pom- </dependency> ./maven-repository/io/vertx/vertx-grpc/4.2.5.redhat-00001/vertx-grpc-4.2.5.redhat-00001.pom- </dependencies>
- is related to
-
QUARKUS-1764 RHBQ distributive contains outdated javax.annotation-api dependecy
- Closed