From e5f2a4aaae0e6e03155583493be676b50e4d442b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Oct 2023 13:43:52 +0200 Subject: [PATCH] Harmonize pom elements order --- pom.xml | 184 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 92 insertions(+), 92 deletions(-) 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 + + + +