Atlassian SDK 9.0.2 Error when using atlas-mvn install

Hi @m.herrmann,

You can find the dependencies in jira-core Index of maven-external/com/atlassian/jira/jira-core/9.12.0

<dependency>
    <groupId>com.atlassian.jira</groupId>
    <artifactId>jira-core</artifactId>
    <version>9.12.0</version>
    <scope>provided</scope>
</dependency>

We don’t use this dependency only for this lib but the advantage is that like this, the dependency will always be available.

Fabien