I need some help on my custom Jira Plugin fail issue, when i updated my Jira Version to 10.3.2, My custom plugin is not enabling on UI. The error it is showing related to API and some dependency error. I resolved many errors by exclusion of similar conflict dependency but still project is not building. I am using maven as a build tool.
Here is my Properties
<jira.version>10.3.2</jira.version>
<amps.version>9.1.1</amps.version>
<plugin.testrunner.version>1.2.3</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
<testkit.version>6.3.11</testkit.version>
<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Any Help will be appreciated.