Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
  • Community
  • Answers Developer Questions
  • Questions
  • Getting Unresolved constraint in bundle Unable to resolve 178.0: missing requirement [178.0] osgi.wiring.package; (&(osgi.wiring.package=com.atlassian.activeobjects.external)(version>=0.23.0)(!(version>=1.0.0))) while compiling the plugin on JIRA-7

Getting Unresolved constraint in bundle Unable to resolve 178.0: missing requirement [178.0] osgi.wiring.package; (&(osgi.wiring.package=com.atlassian.activeobjects.external)(version>=0.23.0)(!(version>=1.0.0))) while compiling the plugin on JIRA-7

Alok Singh November 30, 2015

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

Unresolved constraint in bundle com.leanpitch.leangears.discovery [178]:
 
 Unable to resolve 178.0: missing requirement [178.0] 
osgi.wiring.package; (&(osgi.wiring.package=com.atlassian.activeobjects.external)
(version>=0.23.0)(!(version>=1.0.0))). 
 
 This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package.

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Alok Singh November 30, 2015

Changing the 

<ao.version>1.0.0</ao.version> made it to work.
Ahm CHA August 18, 2016

what is <ao.version>?

i have the same Problem but i do not have <ao.version >in mypom,xml file

0 votes
Nitin Sinha September 12, 2016

Changing plugins-version fron "2" to "1" did the trick.

<atlassian-plugin key="${atlassian.plugin.key}" name="${project.name}" plugins-version="1">

Thanks alot. Had been hanging on to this for months

0 votes
Chris Stamp November 30, 2015

Was this  in your  Atlassian plugin.xml file ?

Alok Singh December 6, 2015

No pom.xml

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events