On Oct 19, 2009, at 12:26 PM, Thomas Mortagne wrote:
On Sun, Oct 18, 2009 at 14:00, vmassol <[email protected]
wrote: Author: vmassol Date: 2009-10-18 14:00:31 +0200 (Sun, 18 Oct 2009) New Revision: 24550
Modified: platform/core/trunk/xwiki-xml/pom.xml Log: Fixed invalid dependencies. At test time the Embedded CM needs to be available...
This is already provided by shared-test, it's needed at this level only if the test directly use it.
Shared-test provide it as a non test dep AFAICS. FYI I've fixed these deps since m2eclipse was failing to build the modules without them. Thanks -Vincent
Modified: platform/core/trunk/xwiki-xml/pom.xml =================================================================== --- platform/core/trunk/xwiki-xml/pom.xml 2009-10-18 11:59:59 UTC (rev 24549) +++ platform/core/trunk/xwiki-xml/pom.xml 2009-10-18 12:00:31 UTC (rev 24550) @@ -68,6 +68,12 @@ <version>${pom.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.xwiki.platform</groupId> + <artifactId>xwiki-core-component-default</artifactId> + <version>${pom.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins>