Hi
Executing atlas-package on a app including jira-core results in a build failure.
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>
Build result:
[ERROR] Failed to read artifact descriptor for javax.xml.bind:jaxb-api:jar:2.3.0-b161121.1438
[ERROR] Caused by: The following artifacts could not be resolved: javax.xml.bind:jaxb-api:pom:2.3.0-b161121.1438 (absent): Could not transfer artifact javax.xml.bind:jaxb-api:pom:2.3.0-b161121.1438 from/to maven-default-http-blocker ....
Is anyone else experiencing this? I would appreciate any guidance on how to resolve it.