I have to specify httpProvider in my setup or I get "No http provider available; add dependency on one of the oci-java-sdk-common-httpclient-* choices, e.g. oci-java-sdk-common-httpclient-jersey"
With the StreamClient it seams to work differently than other clients and it comes up with that error even with httpProvider defined. Doing a trace it goes to the "defaultProvider" instead of using what I specified.