1. On appng-application, run
mvn dependency:list -Dsort -Dmdep.outputScope=false -DincludeScope=compile -DoutputFile=dependencies.xml -DexcludeGroupIds=org.appng
2. remove the first two lines from dependencies.xml
3. remove the leading spaces on each line
4. in an editor, search for
(\S+):(.+):(.+):(.+)
and replace it with
$1$2$4provided
5. insert the content inside the section of