Use constructor injection and MockitoBean
Compare changes
@@ -23,7 +23,8 @@
@@ -34,13 +35,13 @@ import de.ozgcloud.xta.client.exception.XtaClientException;
Replace field injection with constructor injection and replaced the deprecated MockBean
with MockitoBean