From 4d312d98126bf1c58e4aee9f6654c7e7199f443d Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 14 Dec 2023 20:36:48 +0100 Subject: [PATCH] chore: Add a curation for `Maven:junit:junit-dep` Signed-off-by: Sebastian Schuberth --- curations/Maven/junit/junit-dep.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 curations/Maven/junit/junit-dep.yml diff --git a/curations/Maven/junit/junit-dep.yml b/curations/Maven/junit/junit-dep.yml new file mode 100644 index 00000000..4d86634a --- /dev/null +++ b/curations/Maven/junit/junit-dep.yml @@ -0,0 +1,9 @@ +- id: "Maven:junit:junit-dep" + curations: + comment: | + The SCM tags from the POMs are outdated. As the "junit-dep" artifacts are the same as the ones from Maven group ID + "junit" except that dependencies are not bundled but declared, it is correct use "junit" source code. See e.g. the + message in https://repo1.maven.org/maven2/junit/junit-dep/4.11/junit-dep-4.11.pom. + vcs: + type: "Git" + url: "https://github.com/junit-team/junit4.git"