Remove Deprecated Local*Port

This commit is contained in:
Rob Winch
2022-05-12 12:11:54 -05:00
committed by Marcus Da Coregio
parent 60b1f3b720
commit 6328cae908
4 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ import org.junit.jupiter.api.Test;
import reactor.core.publisher.Mono;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.rsocket.context.LocalRSocketServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.rsocket.server.LocalRSocketServerPort;
import org.springframework.messaging.rsocket.RSocketRequester;
import org.springframework.security.rsocket.metadata.SimpleAuthenticationEncoder;
import org.springframework.security.rsocket.metadata.UsernamePasswordMetadata;