> @@ -50,6 +50,14 @@ > <version>1.1.1</version> > </dependency> > <dependency> > + <groupId>com.google.code.findbugs</groupId> > + <artifactId>jsr305</artifactId> > + </dependency> > + <dependency> > + <groupId>com.google.errorprone</groupId> > + <artifactId>error_prone_annotations</artifactId> > + </dependency> > + <dependency>
Sorry the jsr305 was a spurious change. Without the error-prone annotations dependency, I see errors of the form: ``` error: cannot access CanIgnoreReturnValue class file for com.google.errorprone.annotations.CanIgnoreReturnValue not found ``` --- 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/982/files/de6171ce5d7c55b8733bbbfc3e7606a0739f2dad#r70564003
