diff --git a/spring-batch-elasticsearch/.gitignore b/spring-batch-elasticsearch/.gitignore new file mode 100644 index 0000000..d75620a --- /dev/null +++ b/spring-batch-elasticsearch/.gitignore @@ -0,0 +1 @@ +.flattened-pom.xml diff --git a/spring-batch-elasticsearch/pom.xml b/spring-batch-elasticsearch/pom.xml index 714fd54..af47db3 100644 --- a/spring-batch-elasticsearch/pom.xml +++ b/spring-batch-elasticsearch/pom.xml @@ -1,62 +1,92 @@ - - + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 1.5.22.RELEASE + + + org.springframework.batch.extensions spring-batch-elasticsearch 0.1.0-SNAPSHOT + Spring Batch Elasticsearch + Spring Batch extension for Elasticsearch + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-elasticsearch + 2014 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-elasticsearch + + - UTF-8 1.8 - 3.0.10.RELEASE - 1.0.1.RELEASE - 1.9.5 - 4.13.1 + + 4.13.1 + + + + org.springframework.batch + spring-batch-core + + + org.springframework.data + spring-data-elasticsearch + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - ${java.version} - ${java.version} - + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + flatten + process-resources + + flatten + + + ossrh + + remove + remove + + + + + flatten-clean + clean + + clean + + + - - - - - org.springframework.batch - spring-batch-core - ${spring-batch.version} - - - - org.springframework.data - spring-data-elasticsearch - ${spring-data-elasticsearch.version} - - - - org.mockito - mockito-all - ${mockito.verion} - test - - - - junit - junit - ${junit.verion} - test - - - - - \ No newline at end of file +