We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72118e1 commit 70ea0d0Copy full SHA for 70ea0d0
src/test/java/io/vertx/ext/stomp/impl/SecuredServerConnectionTest.java
@@ -20,12 +20,13 @@
20
import io.vertx.core.Handler;
21
import io.vertx.core.Vertx;
22
import io.vertx.core.buffer.Buffer;
23
+import io.vertx.core.http.HttpClient;
24
import io.vertx.core.http.HttpServer;
25
import io.vertx.core.http.HttpServerOptions;
26
import io.vertx.core.http.WebSocketClient;
27
import io.vertx.core.net.NetClient;
28
import io.vertx.core.net.NetSocket;
-import io.vertx.ext.auth.user.User;
29
+import io.vertx.ext.auth.User;
30
import io.vertx.ext.auth.authentication.AuthenticationProvider;
31
import io.vertx.ext.auth.properties.PropertyFileAuthentication;
32
import io.vertx.ext.stomp.Frame;
0 commit comments