What if quarkus-extension excludes some dependency but i need it #44240
Unanswered
MaximValeev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use quarkus quarkus-spring-di in my project. In it's POM file https://repo1.maven.org/maven2/io/quarkus/quarkus-spring-di/3.16.1/quarkus-spring-di-3.16.1.pom quarkus excludes artifacts
Doing this quarkus excludes this dependencies from runtime (quarkus-app-dependencies.txt). But I need some classes from these deps in runtime. How can i add them to runtime context of quarkus app?
Beta Was this translation helpful? Give feedback.
All reactions