Not generating any bean definitions #4298
Unanswered
SkylerMime
asked this question in
Q&A
Replies: 1 comment
-
As far as your dependencies are declared, everything seems fine. That being said, I have no insight into what is going into the .war or what plugin is responsible for packaging all your dependencies into it. It would seem like that step is the problem, as your code would not compile if the dependency wasn't exposed to the Java compiler, so it has to be something going wrong at the packaging step. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on converting some old projects to Maven and running into some difficulties. I'm getting no build errors in my Eclipse IDE, but when I try running the projects in JBoss I get a Bootloader error about retrofit:
For some context on the build configuration, View Project in the myClass class uses a class from Util Project which depends on retrofit2. In turn, View Project is called from Web Project.
So far I've tried adding the retrofit2 dependencies to View Project and Util Project's Maven poms:
View Project's pom.xml
Util Project's pom.xml
Here are the version properties:
Here's the full error the Wildfly log message is referring to:
Beta Was this translation helpful? Give feedback.
All reactions