[junit-benchmarks] fix maven-surefire-provider-junit

gil gil at fedoraproject.org
Mon Jun 9 19:09:10 UTC 2014


commit c1c60759c7d6fb6e52adb5a504765674b79cae9f
Author: gil <puntogil at libero.it>
Date:   Mon Jun 9 21:08:59 2014 +0200

    fix maven-surefire-provider-junit

 junit-benchmarks.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/junit-benchmarks.spec b/junit-benchmarks.spec
index 382a2b4..4cc9b00 100644
--- a/junit-benchmarks.spec
+++ b/junit-benchmarks.spec
@@ -10,7 +10,7 @@ BuildRequires: java-devel
 BuildRequires: mvn(com.h2database:h2)
 BuildRequires: mvn(junit:junit)
 BuildRequires: mvn(mysql:mysql-connector-java)
-BuildRequires: mvn(org.sonatype.oss:oss-parent)
+BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
 
 # test deps
 BuildRequires: mvn(dom4j:dom4j)
@@ -24,7 +24,7 @@ BuildRequires: mvn(org.easytesting:fest-assert-core:2.0M10)
 
 BuildRequires: maven-local
 BuildRequires: maven-enforcer-plugin
-BuildRequires: maven-surefire-provider-junit4
+BuildRequires: maven-surefire-provider-junit
 
 BuildArch:     noarch
 


More information about the scm-commits mailing list