Maybe some comments explaning why we have to exclude so many deps with a link pointing to the jira issue where we asked the project to fix their pom and a message saying that once it's solved we can remove them? Thanks -Vincent On May 19, 2008, at 5:56 PM, sdumitriu (SVN) wrote:
Author: sdumitriu Date: 2008-05-19 17:56:53 +0200 (Mon, 19 May 2008) New Revision: 9863
Modified: xwiki-platform/core/trunk/xwiki-core/pom.xml Log: XWIKI-2377: Upgrate the apache-fop dependency Done. We still need to update batik-rasterizer to 1.7 once it will be published on the maven repo.
[misc] Remove pdfbox dependency, which was used by the Lucene plugin
Modified: xwiki-platform/core/trunk/xwiki-core/pom.xml =================================================================== --- xwiki-platform/core/trunk/xwiki-core/pom.xml 2008-05-19 14:49:51 UTC (rev 9862) +++ xwiki-platform/core/trunk/xwiki-core/pom.xml 2008-05-19 15:56:53 UTC (rev 9863) @@ -405,41 +405,62 @@ <!-- PDF export, image processing --> <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>xmlgraphics-commons</artifactId> - <version>1.1</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> - <version>0.93</version> + <version>0.95beta-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-rasterizer</artifactId> <version>1.6</version> + <exclusions> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-awt-util</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-bridge</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-css</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-dom</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-gvt</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-parser</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-script</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-svg-dom</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-transcoder</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-util</artifactId> + </exclusion> + <exclusion> + <groupId>batik</groupId> + <artifactId>batik-xml</artifactId> + </exclusion> + </exclusions> </dependency> - <dependency> - <groupId>batik</groupId> - <artifactId>batik-svggen</artifactId> - <version>1.6</version> - </dependency> - <dependency> - <groupId>batik</groupId> - <artifactId>batik-dom</artifactId> - <version>1.6</version> - </dependency> - <dependency> - <groupId>batik</groupId> - <artifactId>batik-ext</artifactId> - <version>1.6</version> - </dependency> - <dependency> - <groupId>pdfbox</groupId> - <artifactId>pdfbox</artifactId> - <version>0.7.1</version> - </dependency>
+ <!-- Misc --> <!-- CSS and JS compression tool, used in SkinExtensions --> <dependency>