[truezip] Update findbugs dependencies

Gerard Ryan galileo at fedoraproject.org
Mon Oct 14 21:19:33 UTC 2013


commit 841468972c756593c7bcc01a846c018170178de6
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Mon Oct 14 22:18:17 2013 +0100

    Update findbugs dependencies

 truezip.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/truezip.spec b/truezip.spec
index fa1fb1a..db42f3c 100644
--- a/truezip.spec
+++ b/truezip.spec
@@ -233,9 +233,8 @@ find -type f -name *.class -delete
 # which isn't in Fedora, but older parent is
 %pom_set_parent de.schlichtherle:oss-parent:9
 
-# Fix findbugs groupId (switch for new dep)
-%pom_remove_dep com.google.code.findbugs:annotations
-%pom_add_dep net.sourceforge.findbugs:annotations . "<optional>true</optional>"
+# Fix findbugs annotations dependency
+%pom_add_dep net.sourceforge.findbugs:annotations
 
 # Add jsr-305 as dependency for javax.annotation.concurrent
 %pom_add_dep org.jsr-305:ri


More information about the scm-commits mailing list