Skip to content

Commit

Permalink
fix: add used packages to OSGI manifest again (#1439) (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Sep 1, 2021
1 parent 7ebc6ca commit 59fc8b0
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 59fc8b0

Please sign in to comment.