Skip to content

Commit

Permalink
refs spotbugs#60: use BCEL 6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 14, 2016
1 parent 41c68bb commit 8c5aa36
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ subprojects {

repositories {
jcenter()

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

Expand Down
2 changes: 1 addition & 1 deletion eclipsePlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: findbugs-plugin.jar,
lib/jsr305.jar,
lib/annotations.jar,
lib/bcel-6.0.jar,
lib/bcel-6.1-20161207.023659-9.jar,
lib/dom4j-1.6.1.jar,
lib/jaxen-1.1.6.jar,
lib/jFormatString.jar,
Expand Down
1 change: 0 additions & 1 deletion eclipsePlugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies {
includedLibs(project(path:':findbugs', configuration:'annotations')) {
transitive = false
}
includedLibs 'org.apache.bcel:bcel:6.0'
includedLibs 'org.ow2.asm:asm-debug-all:6.0_ALPHA'

embeddedLibs(project(':findbugs')) {
Expand Down
4 changes: 1 addition & 3 deletions eclipsePlugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bin.includes = FindBugs.png,\
META-INF/,\
spotbugs.png,\
lib/annotations.jar,\
lib/bcel.jar,\
lib/bcel-6.1-20161207.023659-9.jar,\
lib/commons-lang-2.6.jar,\
lib/dom4j-1.6.1.jar,\
lib/jFormatString.jar,\
Expand Down Expand Up @@ -51,5 +51,3 @@ src.includes = FindBugs.png,\
jars.compile.order = findbugs-plugin.jar
source.findbugs-plugin.jar = src/
output.findbugs-plugin.jar = bin_eclipse/


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

dependencies {
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 All @@ -51,7 +50,7 @@ jar {
manifest {
attributes 'Main-Class': 'edu.umd.cs.findbugs.LaunchAppropriateUI',
'Bundle-Version': project.version,
'Class-Path': 'bcel-6.0.jar dom4j-1.6.1.jar jaxen-1.1.6.jar asm-debug-all-6.0_ALPHA.jar jsr305.jar jFormatString.jar commons-lang-2.6.jar'
'Class-Path': 'bcel-6.1-20161207.023659-9.jar dom4j-1.6.1.jar jaxen-1.1.6.jar asm-debug-all-6.0_ALPHA.jar jsr305.jar jFormatString.jar commons-lang-2.6.jar'
}
}

Expand Down
Binary file added findbugs/lib/bcel-6.1-20161207.023659-9.jar
Binary file not shown.

0 comments on commit 8c5aa36

Please sign in to comment.