diff --git a/spring-batch-bigquery/.gitignore b/spring-batch-bigquery/.gitignore new file mode 100644 index 0000000..d75620a --- /dev/null +++ b/spring-batch-bigquery/.gitignore @@ -0,0 +1 @@ +.flattened-pom.xml diff --git a/spring-batch-bigquery/pom.xml b/spring-batch-bigquery/pom.xml index 21743e5..8f47e10 100644 --- a/spring-batch-bigquery/pom.xml +++ b/spring-batch-bigquery/pom.xml @@ -13,18 +13,31 @@ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. - --> - + --> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.1 + + + org.springframework.batch.extensions spring-batch-bigquery 0.2.0-SNAPSHOT + Spring Batch BigQuery Spring Batch extension for Google BigQuery https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-bigquery + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + @@ -34,111 +47,86 @@ - - - Apache-2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - 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 - - UTF-8 - - - 17 - 1.5.13 - - + - org.springframework.batch - spring-batch-core - 5.1.2 + com.fasterxml.jackson.dataformat + jackson-dataformat-csv - com.google.cloud google-cloud-bigquery - 2.42.0 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-csv - 2.17.2 + 2.45.0 - org.apache.commons commons-lang3 - 3.16.0 - - - - org.junit.jupiter - junit-jupiter-api - 5.11.0 - test - - - org.mockito - mockito-core - 5.12.0 - test + org.springframework.batch + spring-batch-core + + ch.qos.logback - logback-core - ${logback.version} + logback-classic test - ch.qos.logback - logback-classic - ${logback.version} + org.junit.jupiter + junit-jupiter-api test - org.slf4j - slf4j-api - 2.0.16 + org.mockito + mockito-core test org.testcontainers junit-jupiter - 1.20.1 test - - + org.apache.maven.plugins - maven-compiler-plugin - 3.13.0 - - ${java.version} - ${java.version} - + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + - org.apache.maven.plugins maven-surefire-plugin - 3.3.1 @@ -147,35 +135,34 @@ - - + - org.apache.maven.plugins - maven-javadoc-plugin - 3.8.0 + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 - attach-javadocs + flatten + process-resources - jar + flatten + + ossrh + + remove + + - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - attach-sources + flatten-clean + clean - jar + clean - - \ No newline at end of file +