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>