Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Dynamically show the latest version of the BOM on the 5.5.x branch; change the the version of the mbedded file to 5.5.11

...

Since the release of Magnolia 5.5.7 you may optionally use a special BOM project to centralize dependencies for third-party modules instead of managing them in the magnolia-main module and some other modules like magnolia-ui and rest . This third-party BOM project is a just plain Maven POM project whose only responsibility is to manage the versions of third-party dependencies in POM file such as magnolia-external-dependencies-5.5.711.pom .

To use a BOM in your project, include  include the following code snippet as the very first dependency in the dependency management section of the parent poms and adjust poms and adjust the version number accordingly. For the version number accordingly (the number is use the latest version released for the 5.7 branch. Currently this is 

Artifact resource link
rangeHigherVersion5.6
groupIdinfo.magnolia.boms
artifactIdmagnolia-external-dependencies
label$version
renderTypedisplay_only
resourceTypePOM
.

(warning) 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.5.7<11</version>
   <type>pom</type>
   <scope>import</scope>
  </dependency>
 </dependencies>
</dependencyManagement>

...

  • magnolia-main
  • magnolia-ui
  • magnolia-rest
  • magnolia-cache-browser-app
  • magnolia-module-mail

 


Expand
Code Pro
languagexml
titleMagnolia third-party library BOM for Magnolia 5.5.7 CE and EE
urlhttps://nexusgit.magnolia-cms.com/serviceprojects/localBUILD/repositories/magnolia.public.releases/content/info/magnolia/boms/magnolia-external-dependencies/5.5.7/magnolia-external-dependenciesrepos/boms/raw/pom.xml?at=refs%2Ftags%2Fmagnolia-bom-5.5.7.pom11

See also