SUPPORT-9023: remove redundant dependency

This commit is contained in:
gulnaz 2025-03-25 09:38:49 +03:00
parent 9d590d4c0b
commit 7dc2a36fda
2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -312,11 +312,6 @@
<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>