open-feature / java-sdk

Java implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
80 stars 37 forks source link

Remove spot-bug dependency if it is possible. #171

Closed pbhandari9541 closed 1 year ago

pbhandari9541 commented 1 year ago

Spot bug dependency is creating an issue on our clients during deployment. the dependency is flowing as below: openfeature-sdk -->ep-commons->ep-adaptor-> client

if we could remove from the root itself, then the downstream don't need to exclude from the client.

beeme1mr commented 1 year ago

@justinabrahms @toddbaert is something we can do?

justinabrahms commented 1 year ago

I believe I already merged a PR to change it to provided scope. Is that adequate, @pbhandari9541 ?

pbhandari9541 commented 1 year ago

yes, this is already merged : https://github.com/open-feature/java-sdk/pull/173