Netflix / suro

Netflix's distributed Data Pipeline
Apache License 2.0
794 stars 171 forks source link

Artifact 'com.google.code.findbugs:jsr305:1.3.9@jar' not found. #55

Open Jorigorn opened 10 years ago

Jorigorn commented 10 years ago

[root@localhost suro]# ./gradlew clean build

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 5.438 secs [root@localhost suro]#

g9yuayon commented 10 years ago

@hortondland Are you stilling getting this problem? We can't reproduce the issue. And the dependency com.google.code.findbugs:jsr305:1.3.9 is indeed available on mavencentral: http://mvnrepository.com/artifact/com.google.code.findbugs/jsr305/1.3.9

quidryan commented 10 years ago

It's most likely that jsr305 exists in your local ~/.m2/repository in a "transitory" state, i.e. it has a pom, but no .jar. And this confuses this version of Gradle. Delete the ~/.m2/repository directory and try again.

On Fri, Apr 25, 2014 at 11:40 AM, g9yuayon notifications@github.com wrote:

@hortondland https://github.com/hortondland Are you stilling getting this problem? We can't reproduce the issue. And the dependency com.google.code.findbugs:jsr305:1.3.9 is indeed available on mavencentral: http://mvnrepository.com/artifact/com.google.code.findbugs/jsr305/1.3.9

— Reply to this email directly or view it on GitHubhttps://github.com/Netflix/suro/issues/55#issuecomment-41425818 .

petercm commented 9 years ago

FYI I also got this and deleting ~/.m2/repository/com/google/code/findbugs/ resolved the issue

edi-bice commented 9 years ago

Same here. Thanks quidryan and petercm.

felix-ma commented 5 years ago

I also found this problem. Thank you for your solution.