Hi Dan,

On Dienstag, 1. Februar 2011, Daniel Lipp wrote:
> Hi Jörg,
> 
> looks like you just have a mismatch of stk-versions within you
> configuration: I assume your module descriptor has a dependency section
> like
> 
>     <dependency>
>       <name>standard-templating-kit</name>
>       <version>1.4.1</version>
>     </dependency>
> 
> where as the maven dependencies of 4.4.2 now deliver stk version 1.4.2 for
> you web-app. Dependency check upon startup detects you're not using the
> desired version and hence complains. Should be enough to adapt the
> stk-dependency in your module descriptor to <version>1.4.2</version> or
> maybe something like <version>1.4/*</version>.

Shhhhhhhh, OK, got it. I thought that updating the POM is enough, but I forgot 
that module descriptor ... I'm tempted to filter it as resource ;-)

> For more details check
> http://documentation.magnolia-cms.com/reference/module-mechanism.html

Thanks,
Jörg


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to