Skip to content

jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type #33343

Closed Answered by gsmet
nicolasduminil asked this question in Q&A
Discussion options

You must be logged in to vote

I don't understand how is that possible to spend one week trying to get working the simplest possible test case !

It certainly doesn't help that there is multiple typos in your reproducer. Please make it compile and then we could have a look at what you did.

I fixed:

diff --git a/cdi-provider/pom.xml b/cdi-provider/pom.xml
index c687105..d680556 100644
--- a/cdi-provider/pom.xml
+++ b/cdi-provider/pom.xml
@@ -16,7 +16,7 @@
       <artifactId>quarkus-arc</artifactId>
     </dependency>
     <dependency>
-      <groupId>fr.simplex_spftware.quarkus.cdi</groupId>
+      <groupId>fr.simplex-software.quarkus.cdi</groupId>
       <artifactId>cdi-api</artifactId>
       <version>1.0-SNAPSHOT</v…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@nicolasduminil
Comment options

@mschorsch
Comment options

@nicolasduminil
Comment options

@gsmet
Comment options

Answer selected by nicolasduminil
@nicolasduminil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants