[replacer] fix test dep

gil gil at fedoraproject.org
Sun Jun 8 16:25:55 UTC 2014


commit de908db31340918a76bdcb76e846ac0e9e7bb33e
Author: gil <puntogil at libero.it>
Date:   Sun Jun 8 18:25:43 2014 +0200

    fix test dep

 replacer.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/replacer.spec b/replacer.spec
index 9c07850..adf2d36 100644
--- a/replacer.spec
+++ b/replacer.spec
@@ -21,6 +21,7 @@ BuildRequires: mvn(xerces:xercesImpl)
 BuildRequires: mvn(junit:junit)
 BuildRequires: mvn(org.hamcrest:hamcrest-all)
 BuildRequires: mvn(org.mockito:mockito-all)
+BuildRequires: mvn(xml-apis:xml-apis)
 
 BuildRequires: maven-local
 BuildRequires: maven-plugin-plugin
@@ -43,6 +44,8 @@ This package contains javadoc for %{name}.
 %setup -q
 
 %pom_remove_plugin :dashboard-maven-plugin
+# NoClassDefFoundError: org/w3c/dom/ElementTraversal
+%pom_add_dep xml-apis:xml-apis::test
 
 %mvn_file :%{name} %{name}
 %mvn_alias :%{name} com.google.code.maven-replacer-plugin:maven-replacer-plugin


More information about the scm-commits mailing list