Remove circular dependency between junit and hamcrest

This commit is contained in:
Mikolaj Izdebski 2020-05-19 08:53:53 +02:00
parent 51c46d1140
commit 01c1a918c7

View File

@ -43,7 +43,7 @@ rm -rf hamcrest-integration
rm -rf hamcrest-library
cp -p %{SOURCE1} pom.xml
%pom_add_dep junit:junit
%pom_add_dep junit:junit::test
%pom_xpath_inject pom:project '
<build>
<plugins>