How to add dependency to JIRA plugin?

Yanduganov Andrey July 18, 2017

Hi everyone.

I try to use apache LDAP in my JIRA plugin and I have added appropriate dependency or it:

<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>1.0.0</version>
</dependency>

But when I run "atlas-nvm package" command I see that my plugin is switched off. When I trying to enable it I get error: "Cannot determine required plugins, cannot resolve bundle".

What I doing wrang?

P.S. I also have tried to install plugin manually, but I have same error (see full error log).

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2023

Suggest an answer

Log in or Sign up to answer