Merge branch 'feature/SUPPORT-9023_fix_socket' into SUPPORT-8943_seamlessness
This commit is contained in:
parent
daaa4a867c
commit
4171eff398
20 changed files with 542 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue