Hi, Wolfgang!
No, I wasn't using the provision goal. I'm wasn't even using the wildfly-maven-plugin.
I was using the wildfly-jar-maven-plugin.
Everything I've cobbled together is from 20 different documentation sources, so I'm a little overwhelmed.
I realize I haven't provided the information you've asked for regarding bundling/pulling the module but that's because I've switched over to the wildfly-maven-plugin .
But now I'm hitting a different issue that's preventing me from even getting to the provision goal.
I'm including the microprofile-reactive-messaging-kafka layer, and it's trying to bring in kafka-clients v3.7.1, which is quarantined by my organization.
Previously, with the wildfly-jar-maven-plugin, I was using <overridden-server-artifacts> to exclude it, which was working.
I'm attempting the same thing now with <excluded-dependencies>, but it's still trying to bring it in.
In the excluded tag, I've tried:
org.apache.kafka:kafka-clients:jar:3.7.1
org.apache.kafka:kafka-clients
org.apache.kafka:kafka-clients::3.7.1
:kafka-clients
... etc.
I've got the version of kafka-clients I want to use defined in dependency management, and as a dependency in the pom.
Thanks again!
PS. What's the proper etiquette around here for an evolving issue like this? Keep responding to this thread? Create a new conversation after you pointed out using the wildfly-maven-plugin?