Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use a BOM in your project, include the following code snippet as the very first dependency in the dependency management section of the parent poms and adjust the version number accordingly (the number is . For the version number use the latest version released for the 5.7 branch. Please note that this number may not be in sync with the bundle version of the latest Magnolia release):

Code Pro
languagexml
<dependencyManagement>
 <dependencies>
  <dependency>
   <groupId>info.magnolia.boms</groupId>
   <artifactId>magnolia-external-dependencies</artifactId>
   <version>5.7</version>
   <type>pom</type>
   <scope>import</scope>
  </dependency>
 </dependencies>
</dependencyManagement>

...