BOM should not inherit from aggregator POM
This commit is contained in:
parent
e950e27b55
commit
84fd2700a5
@ -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
|
%pom_xpath_set -f "pom:dependency[pom:artifactId='apiguardian-api']/pom:scope" provided $pom
|
||||||
done
|
done
|
||||||
|
|
||||||
|
%pom_remove_parent junit-bom
|
||||||
|
|
||||||
# Add deps which are shaded by upstream and therefore not present in POMs.
|
# 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 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
|
%pom_add_dep com.univocity:univocity-parsers:2.5.4 junit-jupiter-params
|
||||||
|
Loading…
Reference in New Issue
Block a user