From c7b8d15a6a03bf4ae0655dd19207b8c8df4ee322 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 25 Jan 2023 20:50:48 +0100 Subject: [PATCH] Fix excluded IT test name In pom we have exclusion for it-lock-snapshots-junit so make it the consistent --- pom.xml | 5 ----- .../invoker.properties | 0 .../pom.xml | 0 .../verify.groovy | 0 4 files changed, 5 deletions(-) rename versions-maven-plugin/src/it/{it-lock-snapshots-junit5 => it-lock-snapshots-junit}/invoker.properties (100%) rename versions-maven-plugin/src/it/{it-lock-snapshots-junit5 => it-lock-snapshots-junit}/pom.xml (100%) rename versions-maven-plugin/src/it/{it-lock-snapshots-junit5 => it-lock-snapshots-junit}/verify.groovy (100%) diff --git a/pom.xml b/pom.xml index fa32bcd89..ea9d1135e 100644 --- a/pom.xml +++ b/pom.xml @@ -237,11 +237,6 @@ commons-lang3 3.12.0 - - org.apache.commons - commons-collections4 - 4.4 - org.apache.maven.plugin-testing maven-plugin-testing-harness diff --git a/versions-maven-plugin/src/it/it-lock-snapshots-junit5/invoker.properties b/versions-maven-plugin/src/it/it-lock-snapshots-junit/invoker.properties similarity index 100% rename from versions-maven-plugin/src/it/it-lock-snapshots-junit5/invoker.properties rename to versions-maven-plugin/src/it/it-lock-snapshots-junit/invoker.properties diff --git a/versions-maven-plugin/src/it/it-lock-snapshots-junit5/pom.xml b/versions-maven-plugin/src/it/it-lock-snapshots-junit/pom.xml similarity index 100% rename from versions-maven-plugin/src/it/it-lock-snapshots-junit5/pom.xml rename to versions-maven-plugin/src/it/it-lock-snapshots-junit/pom.xml diff --git a/versions-maven-plugin/src/it/it-lock-snapshots-junit5/verify.groovy b/versions-maven-plugin/src/it/it-lock-snapshots-junit/verify.groovy similarity index 100% rename from versions-maven-plugin/src/it/it-lock-snapshots-junit5/verify.groovy rename to versions-maven-plugin/src/it/it-lock-snapshots-junit/verify.groovy