Removed unused import

This commit is contained in:
Michael Schnell
2019-12-26 16:51:24 +01:00
parent ce6691a03e
commit 0b0fccf4cf

View File

@@ -24,7 +24,6 @@ import org.apache.http.auth.AuthScope;
import org.apache.http.auth.UsernamePasswordCredentials;
import org.apache.http.client.CredentialsProvider;
import org.apache.http.impl.client.BasicCredentialsProvider;
import org.fuin.esc.api.EventStore;
import org.fuin.esc.eshttp.ESEnvelopeType;
import org.fuin.esc.eshttp.ESHttpEventStore;
import org.fuin.esc.eshttp.IESHttpEventStore;