SUPPORT-9023: move socket connection to listener; fix NPE; add retryable annotation
This commit is contained in:
parent
b7e59faa06
commit
8350cde23b
7 changed files with 76 additions and 24 deletions
10
pom.xml
10
pom.xml
|
|
@ -307,6 +307,16 @@
|
|||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>9.0.0.CR1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.retry</groupId>
|
||||
<artifactId>spring-retry</artifactId>
|
||||
<version>2.0.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aspects</artifactId>
|
||||
<version>6.2.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<repositories>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue