In JBoss AS 7, a Web application that depends on libraries contained in the AS, must declare those dependencies in META-INF/MANIFEST.MF like this:
Dependencies:
This code add automaticaly all of your compile depedencies in your MANIFEST.MF
org.apache.maven.plugins maven-war-plugin 2.4 true
more info here : http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html