Skip to content
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

Missing vertx dependency in 3.17 #1666

Closed
jcjveraa opened this issue Dec 17, 2024 · 2 comments
Closed

Missing vertx dependency in 3.17 #1666

jcjveraa opened this issue Dec 17, 2024 · 2 comments

Comments

@jcjveraa
Copy link

jcjveraa commented Dec 17, 2024

Hi there,

While debugging #1665, I found that adding quarkus-vertx to my 'hardcoded' dependencies caused quarkus-cxf 3.17.3 to work rather than throwing the error described in the linked issue. I guess (another sub-dependency of?) quarkus-vertx should be a transistive dependency of quarkus-cxf?

	<dependency>
		<groupId>io.quarkus</groupId>
		<artifactId>quarkus-vertx</artifactId>
	</dependency>
@jcjveraa jcjveraa changed the title Missing transistive dependency Missing vertx dependency in 3.17 Dec 17, 2024
@ppalaga
Copy link
Contributor

ppalaga commented Dec 17, 2024

Could you please run mvn dependency:3.8.1:list -Dsort with and without the quarkus-vertx direct dependency and see whether there is some difference?

@jcjveraa
Copy link
Author

Apologies, I seem to have incorrectly tested against a wrong build of my code. You are correct, so this issue is a non-issue while #1665 continues to be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants