diff --git a/pom.xml b/pom.xml
index e6dfb7b..7222263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,63 +40,6 @@
6.0.13
-
-
- spring
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
- spring-releases
- Spring Releases
- https://repo.spring.io/release
-
- false
-
-
-
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- true
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
- fast
-
- true
- true
-
-
-
-
https://github.com/spring-projects/spring-retry
scm:git:git://github.com/spring-projects/spring-retry.git
@@ -112,25 +55,6 @@
-
-
-
- org.springframework
- spring-framework-bom
- ${spring.framework.version}
- pom
- import
-
-
- org.junit
- junit-bom
- ${junit-jupiter.version}
- pom
- import
-
-
-
-
org.springframework
@@ -143,6 +67,16 @@
true
+
+ org.springframework
+ spring-test
+ test
+
+
+ org.springframework
+ spring-tx
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -163,12 +97,6 @@
junit-platform-launcher
test
-
- org.assertj
- assertj-core
- ${assertj.version}
- test
-
org.apache.logging.log4j
log4j-core
@@ -187,24 +115,39 @@
${aspectj.version}
test
+
+ org.assertj
+ assertj-core
+ ${assertj.version}
+ test
+
org.mockito
mockito-core
${mockito.version}
test
-
- org.springframework
- spring-test
- test
-
-
- org.springframework
- spring-tx
- test
-
+
+
+
+ org.springframework
+ spring-framework-bom
+ ${spring.framework.version}
+ pom
+ import
+
+
+ org.junit
+ junit-bom
+ ${junit-jupiter.version}
+ pom
+ import
+
+
+
+
@@ -307,4 +250,61 @@
+
+
+ spring
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+ spring-releases
+ Spring Releases
+ https://repo.spring.io/release
+
+ false
+
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+
+
+ fast
+
+ true
+ true
+
+
+
+