From 26566b43bda897203ca8dfc48b1900a42ba086a0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 3 Mar 2022 08:53:09 +0100 Subject: [PATCH] Polish --- pom.xml | 152 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 72 deletions(-) diff --git a/pom.xml b/pom.xml index 855bbf6..ddb24dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,19 @@ - + 4.0.0 org.springframework.retry spring-retry 1.3.2-SNAPSHOT Spring Retry - + + https://www.springsource.org SpringSource @@ -19,15 +25,16 @@ https://www.apache.org/licenses/LICENSE-2.0.txt - jar false + 1.6 true UTF-8 UTF-8 4.3.29.RELEASE + spring @@ -150,12 +157,42 @@ + + org.springframework + spring-context + true + + + org.springframework + spring-core + + true + + junit junit 4.13.1 test + + org.apache.logging.log4j + log4j-core + 2.17.1 + test + + + org.apache.logging.log4j + log4j-jcl + 2.17.1 + test + + + org.aspectj + aspectjweaver + 1.8.9 + test + org.easymock easymock @@ -168,56 +205,18 @@ 1.10.19 test - - org.aspectj - aspectjweaver - 1.8.9 - test - org.springframework spring-test test - - org.springframework - spring-context - true - - - org.springframework - spring-core - - true - org.springframework spring-tx test - - org.apache.logging.log4j - log4j-core - 2.17.1 - test - - - org.apache.logging.log4j - log4j-jcl - 2.17.1 - test - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - @@ -265,24 +264,26 @@ - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - + io.spring.javaformat + spring-javaformat-maven-plugin + + + validate + + ${disable.checks} + + + validate + + + org.apache.maven.plugins - maven-surefire-plugin + maven-compiler-plugin - - - **/*Tests.java - - - **/Abstract*.java - + ${java.version} + ${java.version} @@ -311,21 +312,28 @@ - - io.spring.javaformat - spring-javaformat-maven-plugin - - - validate - - ${disable.checks} - - - validate - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + + + **/Abstract*.java + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + +