We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c35e6 commit 510c3ccCopy full SHA for 510c3cc
build.gradle
@@ -60,6 +60,7 @@ dependencies {
60
// FIXME: no javadoc
61
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
62
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");
63
+ compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
64
testCompile(group: "org.testng", name: "testng", version: "6.10") {
65
exclude(group: "junit", module: "junit");
66
exclude(group: "org.beanshell", module: "bsh");
0 commit comments