Update dependencies
junit is explicitly required, but whatever was previously pulling it in transitively no longer does so. Also, convert all dependencies to mvn() syntax.
This commit is contained in:
parent
606c6ab82d
commit
c6f7c86a7f
@ -13,9 +13,10 @@ ExclusiveArch: %{java_arches} noarch
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-parent
|
||||
BuildRequires: modello
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
|
||||
%description
|
||||
Assists in integration testing by means of evaluating
|
||||
|
||||
Loading…
Reference in New Issue
Block a user