From 5b4073a85c258a4c3e8ed3f7ccc890d4fc6ec854 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Thu, 5 Jul 2012 21:54:03 -0700 Subject: [PATCH] Add the findbugs library to baksmali explicitly, rather than transitively through dexlib --- baksmali/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/baksmali/pom.xml b/baksmali/pom.xml index 7f6215f8..510fbf43 100644 --- a/baksmali/pom.xml +++ b/baksmali/pom.xml @@ -103,5 +103,10 @@ commons-cli 1.2 + + com.google.code.findbugs + jsr305 + 1.3.9 + \ No newline at end of file