On Feb 28, 2011, at 6:31 PM, tmortagne (SVN) wrote:
Author: tmortagne
Date: 2011-02-28 18:31:33 +0100 (Mon, 28 Feb 2011)
New Revision: 35039
Modified:
platform/core/trunk/xwiki-xml/xwiki-xml-script/pom.xml
Log:
XWIKI-6055: Reduce number of dependencies drawn transitively by the xwiki-xml module
Fix xwiki-xml-script dependency
Modified: platform/core/trunk/xwiki-xml/xwiki-xml-script/pom.xml
===================================================================
--- platform/core/trunk/xwiki-xml/xwiki-xml-script/pom.xml 2011-02-28 17:11:22 UTC (rev
35038)
+++ platform/core/trunk/xwiki-xml/xwiki-xml-script/pom.xml 2011-02-28 17:31:33 UTC (rev
35039)
@@ -45,9 +45,15 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.xwiki.platform</groupId>
+ <artifactId>xwiki-core-xml-default</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
Why is this needed?
Thanks
-Vincent
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
+
<!-- Testing dependencies -->
<dependency>
<groupId>org.xwiki.platform</groupId>