Fix jsr being shaded & tweak javadoc generation to link to guava docs correctly

This commit is contained in:
Luck 2017-07-02 22:04:37 +01:00
parent d7094909c0
commit 7d4aca68cc
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -65,6 +65,11 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<links>
<link>https://google.github.io/guava/releases/21.0/api/docs/</link>
</links>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
@ -104,7 +109,7 @@
<groupId>com.google.code.findbugs</groupId> <groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId> <artifactId>jsr305</artifactId>
<version>3.0.2</version> <version>3.0.2</version>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>