ipv4 enforce in order to skip timeout for ipv6 search

This commit is contained in:
Reeverflow
2026-03-06 11:36:14 +01:00
parent f83d21d8f6
commit b63d70078a
6 changed files with 22 additions and 13 deletions

View File

@@ -67,6 +67,12 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>