Provisioner's source code structure does not contain third-party libraries. Third-party libraries are included automatically by Maven at compile time.
First time you compile Provisioner, Maven will copy all third-party libraries to your local Maven repository and next time you compile it will take them from there.
# mvn package
# mvn site:site
# mvn -Dmaven.test.skip=true compile