File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/trino-client/src/test/java/io/trino/client/uri Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
*/
14
14
package io .trino .client .uri ;
15
15
16
+ import com .google .common .collect .ImmutableList ;
16
17
import org .junit .jupiter .api .Test ;
17
- import org .weakref .jmx .$internal .guava .collect .ImmutableList ;
18
18
19
19
import java .lang .reflect .Method ;
20
20
import java .lang .reflect .Modifier ;
23
23
import java .util .Properties ;
24
24
import java .util .Set ;
25
25
26
+ import static com .google .common .collect .ImmutableSet .toImmutableSet ;
26
27
import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .CA ;
27
28
import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .FULL ;
28
29
import static io .trino .client .uri .ConnectionProperties .SslVerificationMode .NONE ;
40
41
import static io .trino .client .uri .PropertyName .SSL_VERIFICATION ;
41
42
import static org .assertj .core .api .Assertions .assertThat ;
42
43
import static org .assertj .core .api .Assertions .assertThatThrownBy ;
43
- import static org .weakref .jmx .$internal .guava .collect .ImmutableSet .toImmutableSet ;
44
44
45
45
public class TestTrinoUri
46
46
{
You can’t perform that action at this time.
0 commit comments