Skip to content

Commit 510c3cc

Browse files
committed
Put back annotations deps.
1 parent 93c35e6 commit 510c3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies {
6060
// FIXME: no javadoc
6161
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
6262
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");
63+
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
6364
testCompile(group: "org.testng", name: "testng", version: "6.10") {
6465
exclude(group: "junit", module: "junit");
6566
exclude(group: "org.beanshell", module: "bsh");

0 commit comments

Comments
 (0)