I think I've found the problem.
The pom.xml file uses the parent version 5.1.0 but at that point the jboss guys move to use the standard proposed versioning. That means that you should change the parent version from 5.1.0 to 5.1.0.Final and it works like a charm!
Cheers
PS: I will report this asap