Details
-
Bug
-
Resolution: Not an issue
-
Low
-
None
-
1.3.9
Description
If I try and build a 6.2.12 project with this pom:
<dependency>
<groupId>info.magnolia.dx</groupId>
<artifactId>magnolia-dx-core-webapp</artifactId>
<type>pom</type>
</dependency>
I end up with this error because of this line:
15:25:28.786 [main] ERROR info.magnolia.init.MagnoliaServletContextListener - Oops, Magnolia could not be started 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 Content Editor Module (version 1.3.9) is dependent on mtk2 (version 2.0/*), which was not found.
Here is my dependency tree: dependency-tree-6.2.12.txt
. It's missing an mtk2 dependency.
Checklists
Acceptance criteria