Merge branch 'feature/SUPPORT-9023_fix_socket' into SUPPORT-8943_seamlessness

This commit is contained in:
gulnaz 2025-03-25 12:19:19 +03:00 committed by Zaripov Emil
parent daaa4a867c
commit 4171eff398
20 changed files with 542 additions and 34 deletions

View file

@ -224,6 +224,10 @@
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
</dependency>
</dependencies>
<build>
<finalName>${project.parent.artifactId}</finalName>