This message was deleted.
# community-support
s
This message was deleted.
v
It does not say that
OkHttpClientProvider
is missing, it says that
OkHttpClientProvider
could not be loaded because something else is missing. Also this does not really seem to be a Gradle question, other than you using Gradle as the build tool.
Btw. you should stop using the Spring Dependency Management plugin. It is a relict from times when Gradle did not have built-in BOM support and nowadays does more harm than good. Even its maintainer recommends not to use it anymore.
p
@Vampire: Even after removing "Spring Dependency Management plugin" It is still giving the same error.
v
I didn't say or imply it will change anything with your problem, that was just an additional recommendation.
p
Oh okay. Thanks for the recommendation.