Fix junit dependency scope

This commit is contained in:
Mikolaj Izdebski 2020-07-20 13:42:35 +02:00
parent 149dec7d8b
commit 7f402dcbe8

View File

@ -35,6 +35,8 @@ Plexus Security Dispatcher Component
cp %{SOURCE1} .
%pom_remove_parent
%pom_xpath_inject "pom:dependency[pom:artifactId='junit']" "<scope>test</scope>"
%mvn_file : plexus/%{name}
%build