[jenkins] Change findbugs dep scope to "provided"

Michal Srb msrb at fedoraproject.org
Wed Mar 11 14:12:38 UTC 2015


commit 7c4fd74db3cb452ef628c7c01b13a077303ec10a
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Mar 11 13:35:36 2015 +0100

    Change findbugs dep scope to "provided"

 jenkins.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jenkins.spec b/jenkins.spec
index 4588ed5..f113c0f 100644
--- a/jenkins.spec
+++ b/jenkins.spec
@@ -462,7 +462,7 @@ cp %{SOURCE2} LICENSE-CDDL.txt
 # fix gId:aId
 # findbugs annotations
 %pom_remove_dep findbugs:annotations core
-%pom_add_dep com.google.code.findbugs:jsr305 core
+%pom_add_dep com.google.code.findbugs:jsr305 core '<scope>provided</scope>'
 # groovy
 %pom_remove_dep org.codehaus.groovy:groovy-all core
 %pom_add_dep org.codehaus.groovy:groovy18:1.8 core


More information about the scm-commits mailing list