From 475229dd266d3c2a92d30926352c5a241eaa9818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Wed, 22 May 2024 22:29:20 +0800 Subject: [PATCH 1/3] Remove the dependency of the validation-api #539 --- pom.xml | 14 +++++++------- test-apps/amqp/pom.xml | 8 ++++---- test-apps/cassandraInject/pom.xml | 8 ++++---- test-apps/cluster/pom.xml | 8 ++++---- test-apps/jdbcBatchletReaderWriter/pom.xml | 8 ++++---- test-apps/upsertWriter/pom.xml | 8 ++++---- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 04e0b659a..f303bee5f 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 2.0.0.Final 4.1.109.Final - 3.0.2 + 8.0.1.Final 5.0.1 4.0.2 @@ -649,12 +649,12 @@ - - jakarta.validation - jakarta.validation-api - ${version.jakarta.validation-api} - provided - + + + + + + org.hibernate hibernate-validator diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index ccebe55bc..17cbcfd64 100644 --- a/test-apps/amqp/pom.xml +++ b/test-apps/amqp/pom.xml @@ -36,10 +36,10 @@ org.jberet jberet-support - - jakarta.validation - jakarta.validation-api - + + + + net.sf.supercsv super-csv diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index ea1fa42a0..9242ae576 100644 --- a/test-apps/cassandraInject/pom.xml +++ b/test-apps/cassandraInject/pom.xml @@ -31,10 +31,10 @@ com.datastax.cassandra cassandra-driver-core - - jakarta.validation - jakarta.validation-api - + + + + org.jberet.test-apps common diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 03115901a..1db2c336d 100644 --- a/test-apps/cluster/pom.xml +++ b/test-apps/cluster/pom.xml @@ -35,10 +35,10 @@ com.fasterxml.jackson.core jackson-databind - - jakarta.validation - jakarta.validation-api - + + + + org.jberet.test-apps common diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index f0b7201da..6c83c5012 100644 --- a/test-apps/jdbcBatchletReaderWriter/pom.xml +++ b/test-apps/jdbcBatchletReaderWriter/pom.xml @@ -35,10 +35,10 @@ com.fasterxml.jackson.core jackson-databind - - jakarta.validation - jakarta.validation-api - + + + + org.jberet.test-apps common diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index 0c316aeb1..6a4bdbd5d 100644 --- a/test-apps/upsertWriter/pom.xml +++ b/test-apps/upsertWriter/pom.xml @@ -36,10 +36,10 @@ com.fasterxml.jackson.core jackson-databind - - jakarta.validation - jakarta.validation-api - + + + + net.sf.supercsv super-csv From b2e804ebf936a3423dc4fc5f46d5a36445cad07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 23 May 2024 00:10:48 +0800 Subject: [PATCH 2/3] remove the `validation-api` dependency --- pom.xml | 7 ------- test-apps/amqp/pom.xml | 4 ---- test-apps/cassandraInject/pom.xml | 4 ---- test-apps/cluster/pom.xml | 4 ---- test-apps/upsertWriter/pom.xml | 4 ---- 5 files changed, 23 deletions(-) diff --git a/pom.xml b/pom.xml index f303bee5f..c7465c90d 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,6 @@ 2.0.0.Final 4.1.109.Final - 8.0.1.Final 5.0.1 4.0.2 @@ -649,12 +648,6 @@ - - - - - - org.hibernate hibernate-validator diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index 17cbcfd64..3246e611c 100644 --- a/test-apps/amqp/pom.xml +++ b/test-apps/amqp/pom.xml @@ -36,10 +36,6 @@ org.jberet jberet-support - - - - net.sf.supercsv super-csv diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index 9242ae576..b6f7d8fc9 100644 --- a/test-apps/cassandraInject/pom.xml +++ b/test-apps/cassandraInject/pom.xml @@ -31,10 +31,6 @@ com.datastax.cassandra cassandra-driver-core - - - - org.jberet.test-apps common diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 1db2c336d..2f9426d3a 100644 --- a/test-apps/cluster/pom.xml +++ b/test-apps/cluster/pom.xml @@ -35,10 +35,6 @@ com.fasterxml.jackson.core jackson-databind - - - - org.jberet.test-apps common diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index 6a4bdbd5d..024260c7d 100644 --- a/test-apps/upsertWriter/pom.xml +++ b/test-apps/upsertWriter/pom.xml @@ -36,10 +36,6 @@ com.fasterxml.jackson.core jackson-databind - - - - net.sf.supercsv super-csv From 2874f38e893e6b7168e21214cfbae7cd6e9450bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 23 May 2024 00:11:43 +0800 Subject: [PATCH 3/3] remove the `validation-api` dependency --- test-apps/jdbcBatchletReaderWriter/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index 6c83c5012..0bfb81116 100644 --- a/test-apps/jdbcBatchletReaderWriter/pom.xml +++ b/test-apps/jdbcBatchletReaderWriter/pom.xml @@ -35,10 +35,6 @@ com.fasterxml.jackson.core jackson-databind - - - - org.jberet.test-apps common