Add the findbugs library to baksmali explicitly, rather than transitively through dexlib
diff --git a/baksmali/pom.xml b/baksmali/pom.xml
index 7f6215f..510fbf4 100644
--- a/baksmali/pom.xml
+++ b/baksmali/pom.xml
@@ -103,5 +103,10 @@
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file