Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
BOM 6.2.12
-
None
Description
Steps to reproduce
- Create a project with the demo-projects magnolia-travel-demo-stories-app
- In the parent of the webapp use
<properties>
<magnoliaBundleVersion>6.2.12</magnoliaBundleVersion> <javaVersion>1.8</javaVersion>
</properties>
<dependencyManagement>
<dependencies> <!-- 3rd-party BOM --> <dependency> <groupId>info.magnolia.boms</groupId>
<artifactId>magnolia-external-dependencies</artifactId> <version>${magnoliaBundleVersion}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Module BOM -->
<dependency>
<groupId>info.magnolia.dx</groupId>
<artifactId>magnolia-dx-core-parent</artifactId> <version>${magnoliaBundleVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
...
.. Logs, screenshots, gifs...
Expected results
Magnolia starts and works
Actual results
Error message, that stories module needs version > 2, but 1.3.9 is installed
Workaround
Add correct version 2.0.2 to pom in dependency management
Development notes
Checklists
Acceptance criteria