Author: vmassol
Date: 2008-01-11 10:53:21 +0100 (Fri, 11 Jan 2008)
New Revision: 6762
Modified:
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
Log:
XWIKI-2002: PDF export not working anymore (Avalon dependency missing)
Fixed + Added a functional test to ensure PDF exports work at all times.
Merged from trunk (rev 6761)
Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
===================================================================
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
2008-01-11 09:50:22 UTC (rev 6761)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
2008-01-11 09:53:21 UTC (rev 6762)
@@ -209,13 +209,6 @@
<scope>runtime</scope>
</dependency>
- <!-- We need to create a JIRA issue on the Maven project to upload this
artifact -->
- <dependency>
- <groupId>fop</groupId>
- <artifactId>fop</artifactId>
- <version>0.93</version>
- </dependency>
-
<!-- JTidy hasn't been released for ages (since 2001). A snapshot version
exists at
http://jtidy.sourceforge.net/snapshots/ but Maven requires
non-snapshots in order to
allow a release (this is for reproducibility). Thus we've had to
upload JTidy into
@@ -490,6 +483,11 @@
<artifactId>joda-time</artifactId>
<version>1.4</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.93</version>
+ </dependency>
</dependencies>
<build>
<plugins>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications