Just adding this dependeny leads to my plugin not working anymore.
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>8.3.1</version>
</dependency>
I am not even using any classes of this dependency.
Why is that ?
Error in log:
(version=9.0)) Unresolved requirements: [[de.mycompany.area.project [279](R 279.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=9.0))]
Looks like
<scope>provided</scope>
was missing.
Why is scope provided needed ??
Maybe the problem is that on Jira System some other jira-core version is installed. So it could mess with my jira-core version.
Does that make sense ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.