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.

>
> 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>
>
> _______________________________________________
> notifications mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/notifications
>



-- 
Thomas Mortagne
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to