Fix Javadoc builds with the jsr305 dependency. (#306)

Because multiple modules share a package we need to share the dependency on
everything in package-info.java.
This commit is contained in:
Jesse Wilson
2017-05-14 22:18:35 -04:00
committed by GitHub
parent 4050e45e82
commit 77a1f388db

View File

@@ -17,6 +17,11 @@
<artifactId>moshi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>