From 84fd2700a52f8d1b365bd4ab209289ac5b096adb Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 18 Mar 2021 14:48:41 +0100 Subject: [PATCH] BOM should not inherit from aggregator POM --- junit5.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/junit5.spec b/junit5.spec index 6dda5d1..15d2b80 100644 --- a/junit5.spec +++ b/junit5.spec @@ -82,6 +82,8 @@ for pom in $(find -mindepth 2 -name pom.xml); do %pom_xpath_set -f "pom:dependency[pom:artifactId='apiguardian-api']/pom:scope" provided $pom done +%pom_remove_parent junit-bom + # Add deps which are shaded by upstream and therefore not present in POMs. %pom_add_dep net.sf.jopt-simple:jopt-simple:5.0.4 junit-platform-console %pom_add_dep com.univocity:univocity-parsers:2.5.4 junit-jupiter-params