You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by zh...@apache.org on 2010/07/01 22:13:33 UTC

svn commit: r959764 - /shindig/trunk/java/common/pom.xml

Author: zhoresh
Date: Thu Jul  1 20:13:33 2010
New Revision: 959764

URL: http://svn.apache.org/viewvc?rev=959764&view=rev
Log:
Fix build - set null injection

Modified:
    shindig/trunk/java/common/pom.xml

Modified: shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=959764&r1=959763&r2=959764&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Thu Jul  1 20:13:33 2010
@@ -135,6 +135,10 @@
       <artifactId>oauth</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+    </dependency>
+    <dependency>
       <artifactId>commons-betwixt</artifactId>
       <groupId>commons-betwixt</groupId>
     </dependency>