diff --git a/spring-batch-excel/.gitignore b/spring-batch-excel/.gitignore new file mode 100644 index 00000000..d75620ab --- /dev/null +++ b/spring-batch-excel/.gitignore @@ -0,0 +1 @@ +.flattened-pom.xml diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index 58eb2dad..24eac4c0 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + org.springframework.batch.extensions spring-batch-excel - 0.2.0-SNAPSHOT - Spring Batch Excel - Spring Batch extension for Microsoft Excel - https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-excel - - - - Apache 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + 1.0.0-SNAPSHOT - - https://github.com/spring-projects/spring-batch-extensions - git://github.com/spring-projects/spring-batch-extensions.git - git@github.com:spring-projects/spring-batch-extensions.git - + Spring Batch Excel + Spring Batch extension for Microsoft Excel + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-excel + + + Apache 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - - UTF-8 - UTF-8 + + + mdeinum + Marten Deinum + marten@deinum.biz + + - 17 + + https://github.com/spring-projects/spring-batch-extensions + git://github.com/spring-projects/spring-batch-extensions.git + git@github.com:spring-projects/spring-batch-extensions.git + - 5.1.2 + 5.3.0 - - - 3.26.3 - 5.10.2 - 1.7.36 - 5.12.0 - - - mdeinum - Marten Deinum - marten@deinum.biz - - - - - org.springframework.batch - spring-batch-core - ${spring.batch.version} - - - org.springframework.batch - spring-batch-infrastructure - ${spring.batch.version} - + org.apache.poi poi @@ -85,32 +70,31 @@ ${poi.version} true - - + + org.springframework.batch + spring-batch-core + + + + org.assertj + assertj-core + test + org.junit.jupiter junit-jupiter - ${junit.jupiter.version} test org.mockito mockito-core - ${mockito.version} test - - org.assertj - assertj-core - ${assertj.version} - test - - - org.slf4j - slf4j-nop - ${slf4j.version} - test - + + org.slf4j + slf4j-nop + test + @@ -118,20 +102,15 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 - ${java.version} - ${java.version} - true - - -Xlint:all,deprecation - + + -Xlint:all,deprecation + org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 attach-javadocs @@ -144,7 +123,6 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 attach-sources @@ -154,48 +132,64 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.2.0 - - - com.puppycrawl.tools - checkstyle - 9.3 - - - io.spring.javaformat - spring-javaformat-checkstyle - 0.0.42 - - - - - checkstyle-validation - validate - true - - io/spring/javaformat/checkstyle/checkstyle.xml - true - - - check - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M7 - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M7 - + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.6.0 + + + com.puppycrawl.tools + checkstyle + 9.3 + + + io.spring.javaformat + spring-javaformat-checkstyle + 0.0.43 + + + + + checkstyle-validation + validate + true + + io/spring/javaformat/checkstyle/checkstyle.xml + true + + + check + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + flatten + process-resources + + flatten + + + ossrh + + remove + + + + + flatten-clean + clean + + clean + + + + -