I'm trying to use GSON in a Maven EJB project but it gives the following error:
java.lang.NoClassDefFoundError: com/google/gson/Gson
When I test in the main class without going up the server lib works normally.
Has anyone had a similar problem?