From 70a379c0121ca72847f50dab403f6c8293686b9b Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 27 Aug 2024 22:04:24 +0200 Subject: [PATCH] Migrate to Junit 5's vintage engine --- onebusaway-gtfs-hibernate/pom.xml | 9 +++++++-- onebusaway-gtfs-merge/pom.xml | 9 +++++++-- onebusaway-gtfs-transformer-cli-aws/pom.xml | 6 +++--- onebusaway-gtfs-transformer-cli/pom.xml | 11 ++++++++--- onebusaway-gtfs-transformer/pom.xml | 9 +++++++-- onebusaway-gtfs/pom.xml | 4 ++-- pom.xml | 12 +++++++++--- 7 files changed, 43 insertions(+), 17 deletions(-) diff --git a/onebusaway-gtfs-hibernate/pom.xml b/onebusaway-gtfs-hibernate/pom.xml index d82f6cfd..04c4a303 100644 --- a/onebusaway-gtfs-hibernate/pom.xml +++ b/onebusaway-gtfs-hibernate/pom.xml @@ -37,8 +37,13 @@ 8.2.0 - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.vintage + junit-vintage-engine test diff --git a/onebusaway-gtfs-merge/pom.xml b/onebusaway-gtfs-merge/pom.xml index e51cdf41..80b394a8 100644 --- a/onebusaway-gtfs-merge/pom.xml +++ b/onebusaway-gtfs-merge/pom.xml @@ -28,8 +28,13 @@ ${slf4j_version} - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.vintage + junit-vintage-engine test diff --git a/onebusaway-gtfs-transformer-cli-aws/pom.xml b/onebusaway-gtfs-transformer-cli-aws/pom.xml index ab549e65..124a7a9f 100644 --- a/onebusaway-gtfs-transformer-cli-aws/pom.xml +++ b/onebusaway-gtfs-transformer-cli-aws/pom.xml @@ -39,10 +39,10 @@ slf4j-simple ${slf4j_version} - - junit - junit + org.junit.vintage + junit-vintage-engine + test diff --git a/onebusaway-gtfs-transformer-cli/pom.xml b/onebusaway-gtfs-transformer-cli/pom.xml index a5d1a85b..becf8e61 100644 --- a/onebusaway-gtfs-transformer-cli/pom.xml +++ b/onebusaway-gtfs-transformer-cli/pom.xml @@ -34,10 +34,15 @@ slf4j-simple ${slf4j_version} - - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.vintage + junit-vintage-engine + test diff --git a/onebusaway-gtfs-transformer/pom.xml b/onebusaway-gtfs-transformer/pom.xml index 62f67427..41411f0f 100644 --- a/onebusaway-gtfs-transformer/pom.xml +++ b/onebusaway-gtfs-transformer/pom.xml @@ -28,8 +28,13 @@ 20231013 - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.vintage + junit-vintage-engine test diff --git a/onebusaway-gtfs/pom.xml b/onebusaway-gtfs/pom.xml index 05111d3a..e17e6104 100644 --- a/onebusaway-gtfs/pom.xml +++ b/onebusaway-gtfs/pom.xml @@ -44,8 +44,8 @@ ${slf4j_version} - junit - junit + org.junit.vintage + junit-vintage-engine test diff --git a/pom.xml b/pom.xml index 1faec889..fa1e18c9 100644 --- a/pom.xml +++ b/pom.xml @@ -112,9 +112,15 @@ ${slf4j_version} - junit - junit - 4.13.1 + org.junit.jupiter + junit-jupiter-api + 5.6.2 + test + + + org.junit.vintage + junit-vintage-engine + 5.6.2 test