I have a component that has some dependencies as seen in below snippet form my build.gradle. It compiles fine and I am building a car file and then installing it using the car file. However when I run a job with the component it complaints about java.lang.IllegalStateException: java.lang.NoClassDefFoundError: okhttp3/RequestBody , My quick search suggests that this may be because the component is picking up some other older version. of the okhttp library, how do I ensure the correct version is used by my component