Updates pom to fix deployment with maven There was an issue with the authentication when running the widlfly server with maven. The reason was that the configuration of the deployment was using the wrong database table to retrieve the passwords and the roles. This configuration was updated changing the table "User" to "author" in the pom file.