Hi! I’m new here, but already had made some plugin macros for my business confluence server instance. But now, I’m running into Jira plugin development and found my first trouble.
Reading this tutorial ([https://developer.atlassian.com/server/jira/platform/creating-a-jira-issue-crud-servlet-and-issue-search/]), I found a instruction at step 4, point 2, to create a Servlet module, but when maven is running it stops with the error that can’t find jta:jta:1.0.1. Indeed, it were renamed to jta:jta:1.0.1b in Atlassians Repo and Maven Central. How can I fix this in the atlas-sdk?
Thanks for any help.