I've just tried to build our project against Magnolia 5.0.3... the build works
fine, but when starting the webapp I get the following error:
info.magnolia.module.model.reader.ModuleDependencyException: The following
exceptions were found while checking Magnolia modules dependencies (i.e. those
in META-INF/magnolia/my-module.xml):
Module Magnolia Media Editor (version 5.0.3) is dependent on ui-framework
version 5.0.3, but Magnolia UI Framework (version 5.0.2) is currently installed.
Our pom.xml works fine with 5.0.2, so maybe there's an issue with 5.0.3?
Attached is the corresponding snippet from the pom.xml.
Any ideas?
Cheers, Maik
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-empty-webapp</artifactId>
<version>5.0.3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-empty-webapp</artifactId>
<version>5.0.3</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-project</artifactId>
<version>5.0.3</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>info.magnolia.dam</groupId>
<artifactId>magnolia-dam</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-imaging</artifactId>
<version>3.0.1</version>
</dependency>
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8a61a68c-03f4-40c4-8c90-948195d6e0c2
You are invited to Magnolia Conference. Less than a month to go! Register now:
http://www.magnolia-cms.com/conference/register.html
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------