-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency parity validator is missing dependencies with different versions #10279
Comments
…es with different versions
…es with different versions
ExtensionDescriptorMojo
ExtensionDescriptorMojo
…es with different versions
ExtensionDescriptorMojo
i had the same problem. and i can't find any error in the pom.xml. this is my git repo link. quarkus-seata deployment pom.xml
runtime pom.xml
|
I tried to build your repo @naah69 with
Which can be solved by
Have you already resolved your issue or am I missing something? |
|
Reproducible with the camel-quarkus-amqp module of
quarkus-master
branch of Camel Quarkus https://github.com/apache/camel-quarkus/tree/quarkus-masterFrom my point of view, the dependencies of the amqp runtime and deployment modules a in a perfect parity:
https://github.com/apache/camel-quarkus/blob/quarkus-master/extensions/amqp/runtime/pom.xml
https://github.com/apache/camel-quarkus/blob/quarkus-master/extensions/amqp/deployment/pom.xml
The error of the extension-descriptor mojo is as follows:
Those missing dependencies are transitive dependencies of
org.amqphub.quarkus:quarkus-qpid-jms-deployment
I am not controling.Perhaps the mojo is too picky about the versions? org.amqphub.quarkus:quarkus-qpid-jms-deployment::jar:0.15.0 depends on quarkus 1.5.x while the mojo expects 999-SNAPSHOT (based on our BOMs)?
cc @aloubyansky
The text was updated successfully, but these errors were encountered: