Hi,
You can depend on just the fop module as before and it should work fine. Thanks From: Julien Lacour <jul...@sync.ro> Sent: 22 August 2023 16:05 To: Simon Steiner <simonsteiner1...@gmail.com> Subject: Re: Maven JAR is incomplete This just means that instead of using fop in my pom.xml file, I must use one of the submodules like fop-events? Regards, Julien On 22/08/2023 17:55, Simon Steiner wrote: Hi, In version 2.9 we have changed the fop.jar, so it no longer contains class files. The class files are located in the submodules, that maven would pull down and add to your classpath. Thanks From: Julien Lacour <mailto:jul...@sync.ro> <jul...@sync.ro> Sent: 22 August 2023 15:49 To: Simon Steiner <mailto:simonsteiner1...@gmail.com> <simonsteiner1...@gmail.com> Subject: Re: Maven JAR is incomplete Hi Simon, Sorry I don't get it, I compared the jars on mvn repo between 2.8 and 2.9, and 2.8 is way bigger: fop-2.8.jar <https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.8/fop-2.8.jar> 2022-11-08 10:03 4455573 fop-2.9.jar <https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/fop-2.9.jar> 2023-08-21 11:44 2174 Does that mean that it will take a little more time to be complete on Maven, the artifact on Nexus is of the same size: https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgraphics~fop~~~ Regards, Julien On 22/08/2023 17:40, Simon Steiner wrote: Hi, Maven should pull down the dependancies of the fop module, so you get the class files. Thanks -----Original Message----- From: Julien Lacour <mailto:jul...@sync.ro> <jul...@sync.ro> Sent: 22 August 2023 15:27 To: fop-dev@xmlgraphics.apache.org <mailto:fop-dev@xmlgraphics.apache.org> Subject: Maven JAR is incomplete Hello, The fop-2.9.jar available at https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.9/ has only 2Kb and contains only META-INF folder. It seems that it has not been deployed correctly onto Maven repository. Regards, Julien