Skip to content

Commit

Permalink
refs spotbugs#60: confirm that BCEL 6.1 can solve this problem
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 10, 2016
1 parent 282f119 commit 41c68bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ subprojects {

repositories {
jcenter()

maven {
url "https://repository.apache.org/content/repositories/snapshots"
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion findbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ configurations {
}

dependencies {
compile 'org.apache.bcel:bcel:6.0'
compile 'org.apache.bcel:bcel:6.1-SNAPSHOT'
compile 'org.ow2.asm:asm-debug-all:6.0_ALPHA'

// TODO : Some of these can be extracted to actual dependencies
Expand Down

0 comments on commit 41c68bb

Please sign in to comment.