Skip to content

Commit

Permalink
fix: make depencence on javax.annotation optional (#1323) (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Jul 19, 2021
1 parent 722ff2d commit 4ccad0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-http-client/pom.xml
Expand Up @@ -107,6 +107,11 @@
</goals>
</execution>
</executions>
<configuration>
<instructions>
<Import-Package>javax.annotation;resolution:=optional</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>

Expand Down

0 comments on commit 4ccad0e

Please sign in to comment.