From 73ec8cd45c034dab7adff9d62326defc7c062047 Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:44:21 +0100 Subject: [PATCH 1/2] Upgrade DbUnit naar versie 3 Versie 3.0.0-SNAPSHOT is beschikbaar om uit te testen en upgrade traject te starten zie: https://sourceforge.net/p/dbunit/mailman/message/58833038/ --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 816ee9778a..5f87e05228 100644 --- a/pom.xml +++ b/pom.xml @@ -708,7 +708,8 @@ org.dbunit dbunit - 2.8.0 + 3.0.0-SNAPSHOT + org.apache.commons @@ -800,6 +802,14 @@ Releases hosted by B3Partners https://repo.b3p.nl/nexus/repository/public/ + + + true + + Sonatype-OSS-snapshots + Releases hosted by B3Partners + https://oss.sonatype.org/content/repositories/snapshots/ + From 753f369bb687370d4b99ddb35f78491b6984ad83 Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:06:14 +0100 Subject: [PATCH 2/2] Update dbunit version and remove snapshot repository --- pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 5f87e05228..5fd0b41735 100644 --- a/pom.xml +++ b/pom.xml @@ -708,19 +708,7 @@ org.dbunit dbunit - 3.0.0-SNAPSHOT - + 3.0.0 org.apache.commons @@ -802,14 +790,6 @@ Releases hosted by B3Partners https://repo.b3p.nl/nexus/repository/public/ - - - true - - Sonatype-OSS-snapshots - Releases hosted by B3Partners - https://oss.sonatype.org/content/repositories/snapshots/ -