Newly appeared "Cannot resolve project dependencies" #4096
Unanswered
castortech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I updated a few libraries for our project and started to use included target files (see separate discussion, but this issue occurred even if I reverted to a single target).
Here is what I got:
The "Unable to satisfy dependency" messages from above all existed in a previous successful build except for the one related to JAXRS.
In the IDE this build and runs fine. These libraries have not changed in many months and have build a hundred times at least. This capability is supplied via:
<unit id="org.apache.aries.javax.jax.rs-api" version="1.0.4"/>
which has:At the end, I ended up manually removing the Require capability from
org.osgi.service.jaxrs
and it is now building.Questions is why this just started now ? Why is it complaining that the capability is not resolved ? And how to debug this. I turned on debug and still can't figure it out at all or find any great information to pass on here.
Thanks
Alain
Beta Was this translation helpful? Give feedback.
All reactions