Skip to content

Commit 41c68bb

Browse files
committed
refs spotbugs#60: confirm that BCEL 6.1 can solve this problem
1 parent 282f119 commit 41c68bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ subprojects {
1212

1313
repositories {
1414
jcenter()
15+
16+
maven {
17+
url "https://repository.apache.org/content/repositories/snapshots"
18+
}
1519
}
1620
}
1721

findbugs/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configurations {
2929
}
3030

3131
dependencies {
32-
compile 'org.apache.bcel:bcel:6.0'
32+
compile 'org.apache.bcel:bcel:6.1-SNAPSHOT'
3333
compile 'org.ow2.asm:asm-debug-all:6.0_ALPHA'
3434

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

0 commit comments

Comments
 (0)