Need help with dependency resolution on NBM #9419
-
|
Hi, What totally baffles me is that I'm working in NB16 and all my dependencies are towards NB16 or RELEASE160. Nowhere in my code do I even have the number 59 anywhere and surely NB16 couldn't even know if I was referring to something in the annotations api that required a more recent version?!? Also, what's wrong with okhttp3 when it is in here: and also in the actual nbm: Any tips to unfry my brain would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
It would be helpful to see this in context - i.e. where is the source code? |
Beta Was this translation helpful? Give feedback.
Don't use implementation dependencies. They are evil and will break and in this case it does to. Change the project like this: