You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2017/09/07 08:47:38 UTC

[jclouds/jclouds] Specify jsr305 (#1141)

This eliminates warnings of the form:

```
/home/gaul/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar(com/google/common/util/concurrent/Monitor.class): warning: Cannot find annotation method 'value()' in type 'GuardedBy'
```
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1141

-- Commit Summary --

  * Specify jsr305

-- File Changes --

    M project/pom.xml (10)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1141.patch
https://github.com/jclouds/jclouds/pull/1141.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1141

Re: [jclouds/jclouds] Specify jsr305 (#1141)

Posted by Ignasi Barrera <no...@github.com>.
LGTM. Spurious test failure?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1141#issuecomment-327742854