Closed davismariotti closed 3 months ago
Any updates on this?
I have the same problème with Okhttp
Apologies. This slipped out of our radar. Our CI currently doesn't get triggered due to lack of access to secrets to run the tests. I have recreated the PR and will test and merge it in. Once its merged in, i will comment here and close this one.
This, was merged in https://github.com/smartcar/java-sdk/pull/151 , one of the owners had to recreate the PR because tests currently depend on a token that requires one of the owners. Closing this in favor of https://github.com/smartcar/java-sdk/pull/151
Description
It isn't necessary to package all dependencies into a large "fat" jar. This change will remove all transitive dependencies from the final jar, and improve compatibility with other projects that might be operating with different versions of the same dependencies.
Fixes #107 and #139