You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/09/21 06:29:53 UTC

git commit: add jsr305.jar build dep, to quell CNFE warnings on GuardedBy annotations

Updated Branches:
  refs/heads/trunk 71c9209e7 -> 65166aa86


add jsr305.jar build dep, to quell CNFE warnings on GuardedBy annotations


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/65166aa8
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/65166aa8
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/65166aa8

Branch: refs/heads/trunk
Commit: 65166aa861f4317f410d6c4381d6dd91ca465e17
Parents: 71c9209
Author: Dave Brosius <db...@apache.org>
Authored: Sat Sep 21 00:29:02 2013 -0400
Committer: Dave Brosius <db...@apache.org>
Committed: Sat Sep 21 00:29:02 2013 -0400

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/65166aa8/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 5be37ca..5be1fbc 100644
--- a/build.xml
+++ b/build.xml
@@ -380,6 +380,7 @@
           <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
           <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" />
+          <dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.1" />
         </dependencyManagement>
         <developer id="alakshman" name="Avinash Lakshman"/>
         <developer id="antelder" name="Anthony Elder"/>
@@ -410,6 +411,7 @@
         <dependency groupId="org.apache.pig" artifactId="pig"/>
 
         <dependency groupId="net.java.dev.jna" artifactId="jna"/>
+      	<dependency groupId="com.google.code.findbugs" artifactId="jsr305"/>
       </artifact:pom>
 
       <artifact:pom id="coverage-deps-pom"