I had some trouble using this library in my companies project, due to overlapping and conflicting dependencies. Please consider scoping maven dependencies appropriately.
(i.e I guess Mockito is only used for testing etc.)
For now I solved my issues by shading your artifact and hiding the transitive dependencies.
I had some trouble using this library in my companies project, due to overlapping and conflicting dependencies. Please consider scoping maven dependencies appropriately.
(i.e I guess Mockito is only used for testing etc.)
For now I solved my issues by shading your artifact and hiding the transitive dependencies.