Hi all,

I'm developing an addon for Spring ROO and I used JDom into it. When I tried to install my bundle into Spring ROO, it shows me that error:

Code:
org.osgi.framework.BundleException: Unresolved constraint in bundle spring-roo-addon [80]: Unable to resolve 80.0: missing requirement [80.0] package; (&package=org.jdom)(version>=1.1.0))
I don't understand why, because I added the dependency as is told in SpringSource Enterprise Bundle Repository (http://ebr.springsource.com/reposito...ersion=1.1. 0), but it didn't work. I tried adding the dependency to another version of JDom (1.0.0), but it also failed.

Could anyone help me please?