Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
  • Community
  • Answers Developer Questions
  • Questions
  • Unresolved constraint in bundle com.atlassian.pfs.informes.plugin [116]: Unable to resolve 116.0: missing requirement [116.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject)

Unresolved constraint in bundle com.atlassian.pfs.informes.plugin [116]: Unable to resolve 116.0: missing requirement [116.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject)

Rubén Rovira January 4, 2017

I am trying to compile my plugin on JIRA-7. But plugin is not getting enabled and i get:

Unresolved constraint in bundle com.atlassian.pfs.informes.plugin [116]: Unable to resolve 116.0: missing requirement [116.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject)

Thanks,

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
pelizza
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 6, 2017

Try adding this on your pom.xml, on <dependencies> section:

&lt;dependency&gt;
    &lt;groupId&gt;javax.inject&lt;/groupId&gt;
    &lt;artifactId&gt;javax.inject&lt;/artifactId&gt;
    &lt;version&gt;1&lt;/version&gt;
    &lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;

Also, check this documentation: https://bitbucket.org/atlassian/atlassian-spring-scanner

Hope that helps!

TAGS
AUG Leaders

Atlassian Community Events