Commit
ebb76c053cc2677798484e5f697d50763d81d5cc
by martinperez.patriciaUpdates 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.