Add BR on surefire-junit4
This commit is contained in:
parent
88b304df04
commit
618bce4923
@ -17,6 +17,11 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user