Add the findbugs library to baksmali explicitly, rather than transitively through dexlib

This commit is contained in:
Ben Gruver 2012-07-05 21:54:03 -07:00
parent 30ab0c266a
commit 5b4073a85c

View File

@ -103,5 +103,10 @@
<artifactId>commons-cli</artifactId> <artifactId>commons-cli</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
</dependency>
</dependencies> </dependencies>
</project> </project>