0
I am trying to use GSON in a Maven EJB project but gives the following error:
java.lang.NoClassDefFoundError: com/google/gson/Gson
When I test in class main without uploading the server to lib works normally.
Someone once had a similar problem?