1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

Fix Javadoc builds with the jsr305 dependency.

Because multiple modules share a package we need to share the dependency on
everything in package-info.java.
This commit is contained in:
jwilson
2017-05-13 09:13:11 -04:00
parent e5c84e1aef
commit e7e22feb12
4 changed files with 20 additions and 0 deletions

View File

@@ -23,5 +23,10 @@
<artifactId>okhttp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>