If you get errors like serializer.jar (No such file or directory) or xbean.jar (No such file or directory) when running a maven project with Apache FOP Usage , then try to change
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>2.3</version>
</dependency>
to