Skip to content

Commit

Permalink
fix: add used packages to OSGI manifest again (googleapis#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Aug 30, 2021
1 parent 7ebc6ca commit d8d4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-http-client/pom.xml
Expand Up @@ -109,7 +109,7 @@
</executions>
<configuration>
<instructions>
<Import-Package>javax.annotation;resolution:=optional</Import-Package>
<Import-Package>javax.annotation;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit d8d4398

Please sign in to comment.