Bill of Materials for Weavric. Importing this BOM lets consumers pin
every Weavric artifact to a single coordinated version without repeating the
version in each <dependency> block.
Usage:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.weavric</groupId>
<artifactId>weavric-bom</artifactId>
<version>${weavric.version}</version>
<type>pom</type>
...