Bill of Materials (BOM) for the TDP SDK. Import this in a consumer's dependencyManagement
to align the versions of all SDK modules, then depend on the individual modules you need
without specifying versions.
Usage:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.atlassian</groupId>
<artifactId>tdp-sdk-bom</artifactId>
<version>{sdk-version}</version>
...