Add BR on surefire-junit4

This commit is contained in:
Mikolaj Izdebski 2020-07-20 14:12:17 +02:00
parent 88b304df04
commit 618bce4923

View File

@ -17,6 +17,11 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
BuildRequires: mvn(org.hamcrest:hamcrest-core) BuildRequires: mvn(org.hamcrest:hamcrest-core)
# For other packages, surefire-junit4 is normally pulled as transitive
# runtime dependency of junit, but junit doesn't build-depend on
# itself, so explicit BR on surefire-junit4 is needed.
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit4)
%description %description
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
It is used by the developer who implements unit tests in Java. JUnit is Open It is used by the developer who implements unit tests in Java. JUnit is Open