- I have a maven rest server
- It uses a maven based jar file
- This maven based jar file is linked to a non maven other jar file.
Everything compiles perfectly.
But, when sending a request on the rest server, I get a NoClassDefFoundError exception on some class from the non maven jar.
Any ideas about this problem?