You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/04/15 17:27:36 UTC

svn commit: r1092741 - /james/server/trunk/mailetcontainer-library/pom.xml

Author: felixk
Date: Fri Apr 15 15:27:36 2011
New Revision: 1092741

URL: http://svn.apache.org/viewvc?rev=1092741&view=rev
Log:
Missed depedency for "Mark as false positive for findbugs reporting"

Modified:
    james/server/trunk/mailetcontainer-library/pom.xml

Modified: james/server/trunk/mailetcontainer-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-library/pom.xml?rev=1092741&r1=1092740&r2=1092741&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-library/pom.xml (original)
+++ james/server/trunk/mailetcontainer-library/pom.xml Fri Apr 15 15:27:36 2011
@@ -67,6 +67,12 @@
     </dependency>  
     
     <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>annotations</artifactId>
+      <scope>compile</scope>
+    </dependency> 
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org