Jira 10.5.0 depends on upm.version
7.1.5, but that version of the com.atlassian.upm:licensing-api
library has not been published to Maven repositories.
Hello,
I have workarounded this problem forcingthis artifact to 7.0.0 (platform.version in my case). As it is provided, the exact version doesn’t matter, AFAIK.
<dependency>
<groupId>com.atlassian.upm</groupId>
<artifactId>licensing-api</artifactId>
<version>${platform.version}</version>
<scope>provided</scope>
</dependency>