Hi @AndrzejKotas,
do you know how to properly configure dependencyManagement in pom.xml so that the artifact below is downloaded without declaring a specific version?
Unfortunately, without the version I cannot compile the application :(, but if I use the version 10.0.0-fb408b0b3 it does not work for EAP03
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-projects-plugin</artifactId>
<scope>provided</scope>
</dependency>
We use the following classes in our application:
com.atlassian.jira.projects.shortcuts.ProjectShortcut;
com.atlassian.jira.projects.shortcuts.ShortcutsService;
pom.xml
<jira.version>10.0.0-m0004</jira.version>
<jira.servicedesk>6.0.0-m0004</jira.servicedesk>
<platform.version>7.0.0-m59</platform.version>
Cheers
Adam