-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start operator #133
Comments
Hi @stefanbethke this seems to be a dependency mismatch, can you compare the version of fabric8 client and OkHttp within this repo and yours? |
@stefanbethke it would be a good idea to use spring dependency-management and spring boot plugin and let them manage the version numbers. I can give you an example in for gradle with kotlin. build.gradle.kts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With these dependencies:
I'm getting this error on startup:
I'm not sure what to do here.
The text was updated successfully, but these errors were encountered: